parser/tests/fixtures/0173/code.php

6 lines
43 B
PHP
Raw Normal View History

<?php
class Foo {
public ?never $s;
}