fun test_2(list: List) { val comp = java.util.Comparator { x, y -> 1 } }