Files
kotlin-fork/compiler/fir/resolve/testData/loadCompiledKotlin/visibility/PropertyInConstructorExplicitVisibility.txt
T

10 lines
228 B
Plaintext
Vendored

public open class Base : R|kotlin/Any| {
public constructor(): R|test/Base|
}
public final class Child : R|test/Base| {
public constructor(prot: R|kotlin/Int|, int: R|kotlin/Int|, pub: R|kotlin/Int|): R|test/Child|
}