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

8 lines
74 B
PHP
Raw Normal View History

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