KT-5874 Support code completion of label names after "continue@" and "break@"

#KT-5874 Fixed
This commit is contained in:
Valentin Kipyatkov
2014-12-26 20:25:00 +03:00
parent 4800a02e69
commit 51678d0a45
18 changed files with 178 additions and 24 deletions
@@ -8,8 +8,10 @@ class Test(val br2 = 12) {
fun brf() = 112
fun test(br4: Int) {
val br5 = 14
br<caret>
while (true) {
val br5 = 14
br<caret>
}
}
}