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

5 lines
199 B
Plaintext
Vendored

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