Files
kotlin-fork/idea/idea-completion/testData/basic/common/InClassInitializer.kt
T
2021-05-14 23:05:49 +03:00

13 lines
196 B
Kotlin
Vendored

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