5 lines
61 B
Kotlin
Vendored
5 lines
61 B
Kotlin
Vendored
|
|
import java.util.ArrayList
|
|
|
|
|
|
fun foo() = ArrayList<String>() |