Files
kotlin/compiler/testData/codegen/boxWithJava/functions/referencesStaticInnerClassMethodL2.java
Alexander Udalov 86938f57b1 Remove codegen tests with Java, move testData to boxWithJava/
There'll be a single generated test class like
BlackBoxCodegenTestGenerated
2013-01-28 18:20:37 +04:00

8 lines
138 B
Java

class R {
public static class id {
public static class zzz {
public static final int main = 17;
}
}
}