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

13 lines
179 B
Kotlin
Vendored

val testExternal
class Some(testParam : Int) {
private val myVal : Int
init {
val testing = 12
myVal = test<caret>
}
}
// EXIST: testParam, testExternal, testing