5 lines
82 B
Kotlin
5 lines
82 B
Kotlin
|
|
import java.util.Collections
|
|
|
|
val ab = Collections.emptyList<Int>() : List<Int>?
|