Files
kotlin/compiler/testData/loadJava/compiledJavaCompareWithKotlin/constructor/ConstructorGenericDeep.txt
2013-04-29 15:44:07 +04:00

6 lines
162 B
Plaintext

package test
public open class ConstructorGenericDeep : java.lang.Object {
public constructor ConstructorGenericDeep(/*0*/ p0: java.lang.Class<jet.Any?>?)
}