10 lines
82 B
PHP
Raw Normal View History

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