4 lines
81 B
Kotlin
4 lines
81 B
Kotlin
package test
|
|
|
|
open class ConstructorGenericSimple(p0: Any?) : java.lang.Object()
|