Files
kotlin-fork/idea/testData/quickfix/surroundWithNullCheck/in.kt
T
2020-08-19 14:37:24 +03:00

4 lines
96 B
Kotlin
Vendored

// "Surround with null check" "true"
fun test(a: String, b: List<String>?) {
a <caret>in b
}