Quick Fixes: Implement "Create label" quick fix
#KT-8855 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// "Create label foo@" "true"
|
||||
|
||||
fun test() {
|
||||
while (true) {
|
||||
continue@<caret>foo
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user