Files
kotlin-fork/compiler/testData/compileJavaAgainstKotlin/method/IntWithDefault.java
T
2015-10-19 16:03:16 +03:00

9 lines
94 B
Java
Vendored

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