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

6 lines
168 B
Plaintext

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