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

6 lines
182 B
Plaintext

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