parser/tests/0126/code.php
2022-11-30 14:38:07 +00:00

6 lines
55 B
PHP

<?php
class foo {
final private const BAR = 3;
}