Skip to content

Instantly share code, notes, and snippets.

@Weiyuan-Lane
Created January 26, 2021 17:44
Show Gist options
  • Save Weiyuan-Lane/4d89b7998088be98ab7786b4377420b4 to your computer and use it in GitHub Desktop.
Save Weiyuan-Lane/4d89b7998088be98ab7786b4377420b4 to your computer and use it in GitHub Desktop.
Nested classes for java
public class Test {
public class NestedOne {
// ...
}
static public class NestedTwo {
// ...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment