parser/tests/0171/code.php

6 lines
56 B
PHP
Raw Normal View History

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