parser/tests/fixtures/0004/code.php

10 lines
84 B
PHP
Raw Normal View History

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