Files
kotlin-fork/compiler/testData/readKotlinBinaryClass/constructor/Constructor1.txt
T

6 lines
152 B
Plaintext

namespace test
final class test.ClassWithConstructor1 : jet.Any {
final /*constructor*/ fun <init>(/*0*/ p: jet.Int): test.ClassWithConstructor1
}