parser/tests/0171/code.php
2022-12-04 08:56:53 +00:00

6 lines
56 B
PHP

<?php
class Foo {
public string|int|callable $s;
}