Adjust testData to new labels syntax
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
fun foo() {
|
||||
@Loop while (true) {
|
||||
Loop@ while (true) {
|
||||
when (take()) {
|
||||
1 -> continue
|
||||
2 -> {
|
||||
|
||||
Reference in New Issue
Block a user