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

5 lines
147 B
Plaintext
Vendored

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