Merge K2 bytecodeListing tests to main bytecodeListing tests
This commit is contained in:
committed by
Space Team
parent
68dd89c593
commit
14c2030595
+11
@@ -0,0 +1,11 @@
|
||||
// MODULE: lib
|
||||
// FILE: 1.kt
|
||||
interface I {
|
||||
fun foo(x: (suspend () -> Unit)?): (suspend () -> Unit)?
|
||||
}
|
||||
|
||||
// MODULE: main(lib)
|
||||
// FILE: 2.kt
|
||||
class C : I {
|
||||
override fun foo(x: (suspend () -> Unit)?) = x
|
||||
}
|
||||
Reference in New Issue
Block a user