parser/tests/0064/code.php
2022-11-30 00:43:37 +00:00

5 lines
50 B
PHP

<?php
new class {
public function foo() {}
};