7 lines
93 B
Kotlin
7 lines
93 B
Kotlin
package test
|
|
|
|
class User {
|
|
fun main() {
|
|
val list = java.util.LinkedList()
|
|
}
|
|
} |