cf4471ba53
#KT-31404 Fixed
4 lines
81 B
Kotlin
Vendored
4 lines
81 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun test(i: Int) {
|
|
println(<caret>requireNotNull(i) { "" })
|
|
} |