fix(ivy): pureFunctionV takes an array of values (#24039)

PR Close #24039
This commit is contained in:
Victor Berchet
2018-05-22 10:47:50 -07:00
committed by Matias Niemelä
parent 280a784fe3
commit 188ff848d2
3 changed files with 26 additions and 6 deletions

View File

@ -548,7 +548,7 @@ describe('compiler compliance', () => {
if (rf & 2) {
$r3$.ɵp(
0, 'names',
$r3$.ɵb($r3$.ɵfV(10, $e0_ff$, ctx.n0, ctx.n1, ctx.n2, ctx.n3, ctx.n4, ctx.n5, ctx.n6, ctx.n7, ctx.n8)));
$r3$.ɵb($r3$.ɵfV(10, $e0_ff$, [ctx.n0, ctx.n1, ctx.n2, ctx.n3, ctx.n4, ctx.n5, ctx.n6, ctx.n7, ctx.n8])));
}
},
directives: [MyComp]