FIR: Fix resolution for type-alias based SAM
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// FULL_JDK
|
||||
|
||||
fun foo(x: Comparator<in CharSequence>) {}
|
||||
|
||||
|
||||
fun main() {
|
||||
foo { x, y ->
|
||||
x.length - y.length
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user