6 lines
110 B
Plaintext
Vendored
6 lines
110 B
Plaintext
Vendored
// FIX: "Replace with '!!' operator"
|
|
// WITH_RUNTIME
|
|
|
|
fun foo(p: Array<String?>) {
|
|
val v = p[0]!!<caret>
|
|
} |