aeac2ea384
#KT-18529 Fixed
6 lines
110 B
Kotlin
Vendored
6 lines
110 B
Kotlin
Vendored
// "Add non-null asserted (!!) call" "true"
|
|
// WITH_RUNTIME
|
|
|
|
fun foo(a: List<String>?) {
|
|
"x" <caret>in a
|
|
} |