Files
kotlin/compiler/testData/compileJavaAgainstKotlin/method/Int.java
2014-03-19 23:24:27 +04:00

9 lines
78 B
Java

package test;
class Int {
{
int r = TestPackage.lll(1);
}
}