Adjust testData to new labels syntax
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
fun foo(): Int {
|
||||
val t = @x (1 + 2)
|
||||
val t = x@ (1 + 2)
|
||||
return t
|
||||
}
|
||||
Reference in New Issue
Block a user