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

7 lines
79 B
Kotlin

fun test() {
val some = 1
val f = 1.0f
som<caret>
}
// EXIST: some