mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-20 00:21:27 +00:00
10 lines
186 B
Java
Vendored
10 lines
186 B
Java
Vendored
package test;
|
|
|
|
public class DeeplyNestedStatic {
|
|
public static class Foo {
|
|
public static class Bar {
|
|
public static void method() {
|
|
}
|
|
}
|
|
}
|
|
} |