parser/tests/0154/code.php
Saif Eddin Gmati 1f4875c802 fix: properties parser
Signed-off-by: azjezz <azjezz@protonmail.com>
2022-12-04 08:56:53 +00:00

8 lines
88 B
PHP

<?php
namespace Foo\Bar;
final class Baz {
public readonly static string $foo;
}