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:
@@ -1,5 +1,5 @@
|
||||
// "Add function body" "true"
|
||||
package a {
|
||||
fun <caret>foo() {
|
||||
}
|
||||
fun foo() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user