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

13 lines
174 B
Kotlin

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