552359ce03
#KT-7443 Fixed
6 lines
152 B
Plaintext
Vendored
6 lines
152 B
Plaintext
Vendored
// INTENTION_TEXT: "Replace with '?: error(...)'"
|
|
// WITH_RUNTIME
|
|
|
|
fun foo(p: Array<String?>) {
|
|
val v = p[0] <caret>?: error("Should be not null")
|
|
} |