test: add labels and breaks count tests.
This commit is contained in:
@@ -16,6 +16,8 @@ class B(val value: 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
|
||||
public fun box(): String {
|
||||
val a = A()
|
||||
a.setParam(10)
|
||||
|
||||
Reference in New Issue
Block a user