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

10 lines
106 B
PHP

<?php
namespace MyNamespace;
class A extends B {
function a () {
$a = new static();
}
}