提交 918966bc 编写于 作者: lizhongyi_'s avatar lizhongyi_

调整测试例

上级 c3345b06
......@@ -50,7 +50,7 @@ class TestChild implements UTSValueIterable<any | null> {
let arr = this.holderArray.filter((value) => {
return value != null
})
let obj: UTSIterator<any> = {
let obj: UTSIterator<any | null> = {
next:() : UTSIteratorResult<any | null> => {
const done = holderIndex == arr.length
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册