KT-2207 Syntax errors are not reported from the compiler
#KT-2207 fixed
This commit is contained in:
@@ -148,5 +148,10 @@ public final class AnalyzerWithCompilerReport {
|
||||
super(psiElement, SYNTAX_ERROR_FACTORY, severity);
|
||||
this.message = message;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isValid() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user