Add quickfix for deprecated labels syntax
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// "Replace with label loop@" "true"
|
||||
|
||||
fun foo() {
|
||||
loop@ for (i in 1..100) {
|
||||
break@loop
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user