Quick Fixes: Implement "Create label" quick fix
#KT-8855 Fixed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// "Create label foo@" "false"
|
||||
// ACTION: Convert to expression body
|
||||
// ERROR: The label '@foo' does not denote a loop
|
||||
// ERROR: Unresolved reference: @foo
|
||||
|
||||
fun test() {
|
||||
break@<caret>foo
|
||||
}
|
||||
Reference in New Issue
Block a user