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

8 lines
74 B
PHP

<?php
class A {
function b() {
$a instanceof static;
}
}