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

5 lines
154 B
Plaintext
Vendored

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