working changes
This commit is contained in:
parent
7d0bb3a62d
commit
71569a0621
|
|
@ -126,7 +126,8 @@ namespace PascalABCCompiler.SyntaxTree
|
|||
//case repeat_node rep:
|
||||
case case_node cas:
|
||||
PreExitScope(st);
|
||||
Current = Current.Parent;
|
||||
if (Current != null)
|
||||
Current = Current.Parent;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue