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

6 lines
51 B
Kotlin

fun test() {
val a = 10<caret>
}
// NUMBER: 0