1
0
Fork 0
php-language-server/tests/Validation/cases/constantsInFunctionParamDef...

5 lines
57 B
PHP

<?php
interface A {
function b ($a = MY_CONSTANT);
}