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

8 lines
97 B
Kotlin
Vendored

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