Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IsReferenceTest: fix invalid test case
Closures use clauses only take plain variables, not complex variables, like properties or array keys. In other words, this test case as-is, was a parse error. For the purposes of this test, it makes no difference what type of variable is passed, so let's fix the test.
- Loading branch information