Files
kotlin-fork/idea/testData/shortenRefs/constructor/NestedClassWithImport.dependency.java
T
2014-02-27 17:00:24 +04:00

7 lines
77 B
Java
Vendored

class A {
static class B {
static void foo() {
}
}
}