mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-24 00:21:34 +00:00
Loading deeply nested static method correctly.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package test;
|
||||
|
||||
public class DeeplyNestedStatic {
|
||||
public static class Foo {
|
||||
public static class Bar {
|
||||
public static void method() {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user