Closed lulf closed 2 years ago
I encountered an IR statement that contained dereferenceable_or_null(4) null, which is not handled by the parser. I added a unit test with the statement as well as an attempted fix.
dereferenceable_or_null(4) null
thanks!
I encountered an IR statement that contained
dereferenceable_or_null(4) null
, which is not handled by the parser. I added a unit test with the statement as well as an attempted fix.