Sam
@sample
Klitos Kyriacou
public fun <T> emptyList(): kotlin.collections.List<T> { /* compiled code */ }
emptyList()
val x: List<Int> = listOf()
val x: List<Int> = listOf(1)
A modern programming language that makes developers happier.