Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: 2b5d55cdd84ef05f9116ae8b430843446443168b (plain) (blame)
1
2
3
4
5
6
7
8
package test0384;

public class A {
    public static class B {
        public class D {
        }		
    }
}

Back to the top