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

8 lines
78 B
Java
Vendored

package test;
class Simple {
{
new Impossible<String>();
}
}