tree-sitter/tree-sitter-php

Error parsing unary_op_expression containing an assignment expression

joshvera opened this issue · 0 comments

The following code fails to parse:

if (!$foo = $bar) {
}