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

11 lines
223 B
Plaintext
Vendored

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