FIR2IR: support substitution for SAM types
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ fun test7(a: Function1<Int, Int>) {
|
||||
}
|
||||
|
||||
fun test8(a: Function0<Unit>) {
|
||||
J().run1(r = id<Function0<Unit>?>(x = a) /*-> Runnable? */)
|
||||
J().run1(r = id<Function0<Unit>?>(x = a /*-> Function0<Unit>? */) /*-> Runnable? */)
|
||||
}
|
||||
|
||||
fun test9() {
|
||||
|
||||
Reference in New Issue
Block a user