Files
kotlin-fork/compiler/fir/resolve/testData/resolveWithStdlib/javaLangComparator.kt
T
2020-02-14 09:18:52 +03:00

4 lines
87 B
Kotlin
Vendored

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