parser/tests/fixtures/0254/code.php
2022-12-05 19:59:50 +01:00

10 lines
92 B
PHP

<?php
class Foo
{
function bar()
{
static function (self $foo) {};
}
}