11044a3ab5
#KT-31749 Fixed
4 lines
96 B
Kotlin
Vendored
4 lines
96 B
Kotlin
Vendored
// "Surround with null check" "true"
|
|
fun test(a: String, b: List<String>?) {
|
|
a <caret>in b
|
|
} |