Files
kotlin-fork/compiler/testData/loadKotlin/constructor/ConstructorWithTwoDefArgs.txt
T

6 lines
190 B
Plaintext

namespace test
internal final class test.TestConstructor : jet.Any {
public final /*primary constructor*/ fun <init>(/*0*/ p: jet.Int = ?, /*1*/ d: jet.Int = ?): test.TestConstructor
}