Files
kotlin-fork/idea/idea-completion/testData/basic/common/InInitializerInPropertyAccessor.kt
T
2015-04-29 14:07:05 +02:00

12 lines
177 B
Kotlin
Vendored

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