Files
kotlin-fork/idea/testData/completion/keywords/CommaExpected.kt
T
Valentin Kipyatkov 9663fac5b1 Checked that KT-2832 has been fixed
#KT-2832 Fixed
2014-10-16 15:14:21 +04:00

11 lines
121 B
Kotlin

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