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