parser/tests/0126/code.php

6 lines
55 B
PHP
Raw Normal View History

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