Files
kotlin-fork/idea/idea-completion/testData/basic/common/InLocalObjectDeclaration.kt
T

13 lines
178 B
Kotlin
Vendored

// FIR_COMPARISON
fun hello(moParam : Int) : Int {
val more = 12
val test = object {
val sss = mo<caret>
}
return 12
}
// EXIST: more
// EXIST: moParam