Files
kotlin-fork/compiler/fir/analysis-tests/testData/loadCompiledKotlin/prop/ExtVarIntTInClass.txt
T
2020-03-19 09:51:01 +03:00

9 lines
233 B
Plaintext
Vendored

public final class ExtValInClass<P> : R|kotlin/Any| {
public final var R|kotlin/Int|.asas: R|P|
public get(): R|P|
public set(value: R|P|): R|kotlin/Unit|
public constructor<P>(): R|test/ExtValInClass<P>|
}