Commit 70ab1d1
committed
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.1 parent f75d7ba commit 70ab1d1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| |||
0 commit comments