parser/tests/fixtures/0251/code.php

8 lines
66 B
PHP
Raw Normal View History

<?php
function bar(
A|(B&C) $i
): (B&C)|A {
return $i;
}