Adjust testData to new labels syntax
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
public fun foo(x: String?): Int {
|
||||
var y: Any
|
||||
@loop while (true) {
|
||||
loop@ while (true) {
|
||||
y = when (x) {
|
||||
null -> break@loop
|
||||
"abc" -> return 0
|
||||
|
||||
Reference in New Issue
Block a user