parser/tests/fixtures/0002/code.php

6 lines
53 B
PHP
Raw Normal View History

2022-11-28 18:20:31 +01:00
<?php
function foo(): never|string {
exit(1);
}