Files
kotlin/compiler/testData/readJavaBinaryClass/constructor/ConstructorGenericSimple.kt
2012-04-28 17:43:52 +04:00

4 lines
81 B
Kotlin

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