5 lines
98 B
Kotlin
Vendored
5 lines
98 B
Kotlin
Vendored
// PROBLEM: none
|
|
// WITH_RUNTIME
|
|
fun test(list: List<String>) {
|
|
val s = list.get(1)!!<caret>
|
|
} |