Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 9d543b46060d3708158c704f3e73765f83e4f29d (plain) (blame)
1
2
3
4
5
6
7
8
package my1.mod.samePackage;

public class SomeType {
    public static class NestedClass {
    }
    public static int value = 1;
}

Back to the top