74c177fd26
#KT-19643 Fixed
5 lines
98 B
Plaintext
Vendored
5 lines
98 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
fun foo(p: List<String?>) {
|
|
val v = p[0] ?: <caret>throw RuntimeException()
|
|
} |