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