7 lines
187 B
Kotlin
7 lines
187 B
Kotlin
fun main(args : Array<String>) {
|
|
<selection>ArrayList<Int></selection> // Select this expression and introduce a variable, you get arrayList1 proposed as a name
|
|
}
|
|
/*
|
|
arrayList
|
|
list
|
|
*/ |