3 lines
91 B
Kotlin
3 lines
91 B
Kotlin
val c = java.util.<caret>Comparator {(x: Int, y: Int) -> 1}
|
|
|
|
// REF: (java.util).Comparator |