mediawiki-extensions-AbuseF.../tests/parserTests/array-statements3.t
Daimona Eaytoy d5ab147dcf Fix AbuseFilterCachingParser violating return type constraint
This is identical to I8a3c31e7385283d95b4712d457784016239a0b3b, except
for the array append case.

Bug: T236870
Change-Id: Iac033ba467232f6ff110d575920e968759ce0e15
2019-12-04 18:27:46 +00:00

3 lines
94 B
Perl

/* CachingParser's intEval used to return AFPTreeNode for this - T236870 */
a := [];
a[] := 2;