Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolveWithStdlib/javaLangComparator.kt
T
2020-03-19 09:51:01 +03:00

4 lines
87 B
Kotlin
Vendored

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