|
I've added 2 tests to ASTParserLoadingTest that reproduce this issue: testClassAsParameter() (using a parameter name "class"), and testClassAsParameter() (using a parameter named "OBJECT").
It's been pushed to 4.2, 4.3, and master.
On 4.2, it was introduced by the first commit for
HHH-9100
: 6cef805a328c7490671f82c8390cc37b79b188ce .
|