php-parser icon indicating copy to clipboard operation
php-parser copied to clipboard

Nested staticlookup of property called `class`

Open czosel opened this issue 2 years ago • 0 comments

Input:

Foo::BarInFoo::class;

Out: Parse Error : syntax error, unexpected '::' (T_DOUBLE_COLON) on line 2

czosel avatar Apr 30 '23 18:04 czosel