diff --git a/src/Compiler/Context.php b/src/Compiler/Context.php index 02d0c04..718d5ec 100644 --- a/src/Compiler/Context.php +++ b/src/Compiler/Context.php @@ -20,6 +20,8 @@ abstract class Context { public string $filePath = ""; + public string $classPath = ""; + public array $switchStack = []; public array $iterateStack = [];