- Fixed bug Creation of dynamic property Picea\Compiler\BaseContext::

This commit is contained in:
Dave M. 2023-03-29 14:02:11 +00:00
parent b3a8e3aca2
commit a65aa72733
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ abstract class Context {
public string $filePath = ""; public string $filePath = "";
public string $classPath = "";
public array $switchStack = []; public array $switchStack = [];
public array $iterateStack = []; public array $iterateStack = [];