5 lines
66 B
Kotlin
Vendored
5 lines
66 B
Kotlin
Vendored
fun x() {
|
|
val z = java.uti<caret>l.ArrayList()
|
|
}
|
|
// REF: util
|