parser/tests/0064/code.php

5 lines
50 B
PHP
Raw Normal View History

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