Files
kotlin-fork/compiler/testData/loadJava/compiledKotlin/constructor/PrivateConstructor1WithParamDefaultValue.fir.txt
T

5 lines
130 B
Plaintext
Vendored

public final class TestConstructor : R|kotlin/Any| {
private constructor(p: R|kotlin/Int| = STUB): R|test/TestConstructor|
}