parser/tests/fixtures/0149/code.php

8 lines
77 B
PHP
Raw Normal View History

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