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

11 lines
493 B
Plaintext
Vendored

FILE: getOnKProperty.kt
public final val R|kotlin/Any?|.meaning: R|kotlin/Int|
public get(): R|kotlin/Int| {
^ Int(42)
}
public final fun test(): R|kotlin/Unit| {
lval f: R|kotlin/reflect/KProperty1<kotlin/Any?, kotlin/Int>| = Q|kotlin/Any?|::R|/meaning|
R|<local>/f|.R|FakeOverride<kotlin/reflect/KProperty1.get: R|kotlin/Int|>|(Null(null))
R|<local>/f|.R|FakeOverride<kotlin/reflect/KProperty1.get: R|kotlin/Int|>|(String())
}