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

10 lines
79 B
PHP

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