Corrected parser: incomplete code should never cause brace disbalance
Fixed KT-7539 fq name inserted when completing nested traits name #KT-7539
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class C {
|
||||
fun foo() {
|
||||
when {
|
||||
1 -> foo()
|
||||
else { doIt() }
|
||||
}
|
||||
|
||||
fun bar(){}
|
||||
}}
|
||||
Reference in New Issue
Block a user