4 lines
72 B
Plaintext
Vendored
4 lines
72 B
Plaintext
Vendored
import java.util.Comparator
|
|
|
|
val c = Comparator {(x: Int, y: Int) -> 1}
|