Store scope for body resolution in ScriptDescriptor

This commit is contained in:
Andrey Breslav
2014-03-27 17:46:50 +04:00
parent 3e957031b9
commit 5ef329b713
10 changed files with 21 additions and 28 deletions
@@ -131,7 +131,6 @@ public class ReplInterpreter {
}
private static void prepareForTheNextReplLine(@NotNull TopDownAnalysisContext c) {
c.getScriptScopes().clear();
c.getScripts().clear();
}