3748507ac1
+JDK was not very helpful
6 lines
104 B
Plaintext
6 lines
104 B
Plaintext
|
|
import java.util.Collections
|
|
import java.util.List
|
|
|
|
val ab = Collections.emptyList<Int>() : List<Int>?
|