Files
kotlin/compiler/testData/loadJava/constructor/ConstructorGenericDeep.txt

6 lines
196 B
Plaintext

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