mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 08:31:35 +00:00
6 lines
83 B
Kotlin
Vendored
6 lines
83 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
import java.util.*
|
|
|
|
fun foo() {
|
|
<caret>Arrays.asList(1, 2, 3)
|
|
} |