Files
kotlin-fork/idea/idea-completion/testData/basic/common/InInitializerInPropertyAccessor.kt
T
2021-05-14 23:05:49 +03:00

12 lines
194 B
Kotlin
Vendored

val testGlobal = 12
val test : Int get() {
class SomeMore(testParam : Int) {
init {
tes<caret>
}
}
}
// EXIST: testGlobal, test, testParam
// FIR_COMPARISON