blob: 3070b54c55b8641c46070ab854f8d86c79d3fb99 [file] [log] [blame]
package test;
public class DeeplyNestedStatic {
public static class Foo {
public static class Bar {
public static void method() {
}
}
}
}