Files
kotlin/compiler/testData/loadJava/compiledJavaCompareWithKotlin/constructor/ConstructorGenericSimple.kt
2013-03-12 19:31:45 +04:00

4 lines
88 B
Kotlin

package test
public open class ConstructorGenericSimple(p0: Any?) : java.lang.Object()