Files
kotlin-fork/idea/testData/quickfix/addExclExclCall/operationIn.kt
T
2017-06-19 17:36:09 +03:00

6 lines
110 B
Kotlin
Vendored

// "Add non-null asserted (!!) call" "true"
// WITH_RUNTIME
fun foo(a: List<String>?) {
"x" <caret>in a
}