parser/tests/0154/code.php

8 lines
88 B
PHP
Raw Normal View History

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