Quick Fixes: Implement "Create label" quick fix

#KT-8855 Fixed
This commit is contained in:
Alexey Sedunov
2016-12-23 16:30:49 +03:00
parent 534a773816
commit 23ec8f0813
18 changed files with 285 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
// "Create label foo@" "true"
fun test() {
while (true) {
continue@<caret>foo
}
}