目前还不支持这种写法,希望可以支持: ``` const data = [ {a: 1}, {a: 2} ]; data.forEach((item: TestItem) => { item.b = 22; }); ```