12 lines
177 B
Kotlin
Vendored
12 lines
177 B
Kotlin
Vendored
val testGlobal = 12
|
|
|
|
val test : Int get() {
|
|
class SomeMore(testParam : Int) {
|
|
init {
|
|
tes<caret>
|
|
}
|
|
}
|
|
}
|
|
|
|
// EXIST: testGlobal, test, testParam
|