parser/tests/fixtures/0151/code.php

8 lines
79 B
PHP
Raw Normal View History

<?php
namespace A\B\C\D\E;
function foo(string $s): parent {
exit(0);
}