Files
kotlin/compiler/testData/compileJavaAgainstKotlin/class/Simple.java
Stepan Koltsov 1260ba7a5f writing class signature
P. S. I'm going to refactor/cleanup code after feature is implemented
2011-12-11 23:04:01 +04:00

8 lines
115 B
Java

class Simple {
{
jet.typeinfo.TypeInfo blabla = null;
new Impossible<String>(blabla);
}
}