parser/tests/0004/code.php
2022-11-29 00:46:05 +00:00

10 lines
84 B
PHP

<?php
function foo(): never {
try {
bar();
} catch ($e) {
}
}