aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Execution/GlobalInst.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Execution/GlobalInst.php')
-rw-r--r--src/Execution/GlobalInst.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Execution/GlobalInst.php b/src/Execution/GlobalInst.php
index 5595b45..08b621e 100644
--- a/src/Execution/GlobalInst.php
+++ b/src/Execution/GlobalInst.php
@@ -10,7 +10,7 @@ final class GlobalInst
{
public function __construct(
public readonly GlobalType $type,
- public Val $value,
+ public int|float|Ref $value,
) {
}
}