Files
kotlin-fork/idea/idea-completion/testData/keywords/CommaExpected.kt
T
2021-05-12 21:40:18 +03:00

12 lines
142 B
Kotlin
Vendored

// FIR_COMPARISON
fun foo() {
Math.pow(2.0 <caret>)
}
// EXIST: !in
// EXIST: !is
// EXIST: as
// EXIST: in
// EXIST: is
// NOTHING_ELSE