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() {
|
||||
foo@ while (true) {
|
||||
<caret>break@foo
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user