KT-1955 Half a file is red on incomplete code
#KT-1955 fixed
This commit is contained in:
@@ -252,7 +252,7 @@ public interface Errors {
|
|||||||
JetBlockExpression blockExpression = (JetBlockExpression)bodyExpression;
|
JetBlockExpression blockExpression = (JetBlockExpression)bodyExpression;
|
||||||
TextRange lastBracketRange = blockExpression.getLastBracketRange();
|
TextRange lastBracketRange = blockExpression.getLastBracketRange();
|
||||||
if (lastBracketRange == null) {
|
if (lastBracketRange == null) {
|
||||||
return markElement(element);
|
return Collections.emptyList();
|
||||||
}
|
}
|
||||||
return markRange(lastBracketRange);
|
return markRange(lastBracketRange);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
//KT-1955 Half a file is red on incomplete code
|
||||||
|
|
||||||
|
package b
|
||||||
|
|
||||||
|
fun foo() {
|
||||||
|
val <!UNUSED_VARIABLE!>a<!> = 1<!SYNTAX!><!>
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user