Files
kotlin-fork/idea/idea-completion/testData/keywords/CommaExpected.kt
T
Valentin Kipyatkov 54836113a7 Better test data format
2015-06-04 17:21:28 +03:00

11 lines
124 B
Kotlin
Vendored

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