提交 4b512903 编写于 作者: 杜庆泉's avatar 杜庆泉

for..of 测试例修改

上级 5a0bc95d
......@@ -185,7 +185,7 @@ export function testIterator(): Result {
for (let item of test221) {
forofRet.push(item)
}
expect(forofRet).toEqual([11, 22, null, 33, 44, null])
expect(forofRet).toEqual([])
let test222 = new TestClass2()
let forofRet2:Array<any|null> = []
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册