Files
kotlin-fork/idea/idea-completion/testData/keywords/InClassNoCompletionInValName.kt
T

8 lines
150 B
Kotlin
Vendored

// FIR_IDENTICAL
// FIR_COMPARISON
class Test {
val <caret>
}
// NUMBER: 0
/* KT-4158 Type "var i" and press space. "var if" is auto-inserted. */