3 lines
64 B
Kotlin
Vendored
3 lines
64 B
Kotlin
Vendored
fun main(args: Array<String>) {
|
|
<caret> listOf(1, 2, 3).any()
|
|
} |