Files
kotlin-fork/idea/testData/fir/lazyResolve/simpleProperty/myProperty.txt
T
Mikhail Glukhikh 760fb668bb Introduce FIR resolution API with lazy resolve to use in IDE
Now lazy resolve atomic element is a file (declaration-level resolve)
or a callable declaration (expression-level resolve)

#KT-24351 In Progress
2019-07-30 16:28:17 +03:00

6 lines
137 B
Plaintext
Vendored

FILE: myProperty.kt
public final val myProperty: R|kotlin/Int|
public get(): R|kotlin/Int| {
^ Int(42)
}