Files
kotlin-fork/idea/idea-completion/testData/keywords/NotInNotIs2.kt
T
Valentin Kipyatkov b41f2dcda3 KT-10655 No "in" in code completion popup after "!"
#KT-10655 Fixed
2016-01-14 19:23:01 +03:00

8 lines
90 B
Kotlin
Vendored

fun foo() {
list.filter { it !i<caret> }
}
// EXIST: in
// EXIST: is
// NOTHING_ELSE