1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

allow declaring functions and classLikes after a never-returning call

This commit is contained in:
orklah 2021-11-05 18:34:59 +01:00
parent 6e8bd2b207
commit f4f9bd6711

View File

@ -1065,7 +1065,7 @@ class UnusedCodeTest extends TestCase
unrelated();
neverReturns();
function unrelated(){
function unrelated():void{
echo "hello";
}',
],