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

3 lines
44 B
Kotlin

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