KT-5874 Support code completion of label names after "continue@" and "break@"
#KT-5874 Fixed
This commit is contained in:
@@ -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>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user