test: add labels and breaks count tests.
This commit is contained in:
@@ -176,6 +176,8 @@ private var A.p17: Int
|
||||
}
|
||||
|
||||
|
||||
// CHECK_BREAKS_COUNT: function=box count=0 TARGET_BACKENDS=JS_IR
|
||||
// CHECK_LABELS_COUNT: function=box name=$l$block count=0 TARGET_BACKENDS=JS_IR
|
||||
fun box(): String {
|
||||
p1 = 1
|
||||
if (p1 != 10101) return "test1: $p1"
|
||||
|
||||
Reference in New Issue
Block a user