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