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 @@
|
||||
fun main(args: Array<String>) {
|
||||
String.class
|
||||
<error descr="Name expected">}</error><EOLError descr="Expecting '}'"></EOLError>
|
||||
String.class<EOLError descr="Name expected"></EOLError>
|
||||
}
|
||||
|
||||
// EA-56152: An attempt to build light class in checker to get diagnotics
|
||||
Reference in New Issue
Block a user