6e43b78deb
#KT-3459 fixed
4 lines
63 B
Kotlin
4 lines
63 B
Kotlin
import java.util.*
|
|
|
|
val c = Comparator {(x: Int, y: Int) -> 1}
|