cf4471ba53
#KT-31404 Fixed
4 lines
73 B
Kotlin
Vendored
4 lines
73 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun test(i: Int) {
|
|
val a = <caret>requireNotNull(i)
|
|
} |