Files
2023-11-21 15:28:12 +00:00

6 lines
64 B
Kotlin

class A {
val a : ArrayList<String> = ArrayList<String>()
}