Files
kotlin-fork/idea/testData/completion/basic/InInitializerInPropertyAccessor.kt
T
2012-09-04 16:37:37 +04:00

12 lines
172 B
Kotlin

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