parser/tests/fixtures/0005/code.php

10 lines
79 B
PHP
Raw Normal View History

2022-11-28 18:20:31 +01:00
<?php
function foo(): never {
try {
bar();
2022-11-29 01:46:05 +01:00
} catch {
2022-11-28 18:20:31 +01:00
}
}