diff options
Diffstat (limited to 'src/Execution/Refs/RefFunc.php')
| -rw-r--r-- | src/Execution/Refs/RefFunc.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/Execution/Refs/RefFunc.php b/src/Execution/Refs/RefFunc.php deleted file mode 100644 index 126150c..0000000 --- a/src/Execution/Refs/RefFunc.php +++ /dev/null @@ -1,15 +0,0 @@ -<?php - -declare(strict_types=1); - -namespace Nsfisis\Waddiwasi\Execution\Refs; - -use Nsfisis\Waddiwasi\Execution\Ref; - -final readonly class RefFunc extends Ref -{ - public function __construct( - public int $addr, - ) { - } -} |
