clean context to analyze next file
so REPL can be reused after error this patch adds one more ugly hack to REPL
This commit is contained in:
@@ -190,6 +190,7 @@ public class ReplInterpreter {
|
||||
}
|
||||
|
||||
injector.getTopDownAnalyzer().prepareForTheNextReplLine();
|
||||
trace.clearDiagnostics();
|
||||
|
||||
psiFile.getScript().putUserData(ScriptHeaderResolver.PRIORITY_KEY, lineNumber);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user