[Test] Unmute passing test
This commit is contained in:
committed by
teamcity
parent
671083c701
commit
cb03ef89c5
@@ -1,7 +1,7 @@
|
||||
// FIR_IDENTICAL
|
||||
// LANGUAGE: +BreakContinueInInlineLambdas
|
||||
// TARGET_BACKEND: JVM_IR
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// !IGNORE_ERRORS
|
||||
// IGNORE_ERRORS
|
||||
// WITH_STDLIB
|
||||
|
||||
inline fun foo(block: () -> Unit) { block() }
|
||||
@@ -28,4 +28,4 @@ fun test2() {
|
||||
bar(fun () {break}, fun () {})
|
||||
bar(fun () {continue}, fun () {})
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user