IR: add and unmute tests
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
suspend fun susp() {}
|
||||
|
||||
interface I {
|
||||
|
||||
suspend fun problematic() {
|
||||
run {
|
||||
susp()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// We only test compilation.
|
||||
fun box() = "OK"
|
||||
Reference in New Issue
Block a user