Files
kotlin-fork/idea/testData/completion/basic/common/InInitializerInPropertyAccessor.kt
T
2013-04-11 20:00:29 +04:00

12 lines
172 B
Kotlin

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