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,12 @@
|
||||
package a.b.c.d
|
||||
|
||||
class B {
|
||||
public val mark: M<caret> = run {
|
||||
|
||||
}
|
||||
|
||||
interface Mark {
|
||||
}
|
||||
}
|
||||
|
||||
// EXIST: { itemText: "Mark", tailText: " (a.b.c.d.B)" }
|
||||
Reference in New Issue
Block a user