- Fixed bug Creation of dynamic property Picea\Compiler\BaseContext::
This commit is contained in:
parent
b3a8e3aca2
commit
a65aa72733
|
@ -20,6 +20,8 @@ abstract class Context {
|
|||
|
||||
public string $filePath = "";
|
||||
|
||||
public string $classPath = "";
|
||||
|
||||
public array $switchStack = [];
|
||||
|
||||
public array $iterateStack = [];
|
||||
|
|
Loading…
Reference in New Issue