Files
kotlin-fork/idea/testData/codeInsight/outOfBlock/InPropertyAccessorWithInference.kt
T

3 lines
44 B
Kotlin
Vendored

// TRUE
val test : Int
get() = <caret>12