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

9 lines
89 B
Java
Vendored

package test;
class IntWithDefault {
{
int r = TestPackage.www(1);
}
}