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

6 lines
105 B
Plaintext
Vendored

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