4 lines
73 B
Plaintext
4 lines
73 B
Plaintext
class Person(val name: String)
|
|
|
|
val persons = <spot>arrayListOf()</spot>
|