Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add unit test for user programs with nested class #52

Merged
merged 1 commit into from
Oct 16, 2019

Conversation

limhawjia
Copy link

Closes #50

InsideNested inside = new InsideNested();
System.out.println(inside.x);
}
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think just need to add a newline at the end to avoid the travis build error.

ning-sy210
ning-sy210 previously approved these changes Oct 15, 2019
Copy link

@ning-sy210 ning-sy210 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link

@alxkohh alxkohh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link

@zhangj1an zhangj1an left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants