parser/tests/0156/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
89 B
PHP

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