fa1f3871c0
#KT-29113 Fixed
5 lines
77 B
Plaintext
Vendored
5 lines
77 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun test(s: String?) {
|
|
requireNotNull(s)
|
|
println(1)
|
|
} |