mirror of
https://gitee.com/openharmony/arkcompiler_ets_runtime
synced 2024-11-23 10:09:54 +00:00
update test/moduletest/dataproperty/dataproperty.js.
Signed-off-by: yaochaonan <yaochaonan@huawei.com>
This commit is contained in:
parent
a919fdcab2
commit
24cbae60f8
@ -27,6 +27,7 @@ const o = {
|
||||
};
|
||||
|
||||
print(JSON.stringify(o));
|
||||
|
||||
var s = "abc";
|
||||
var t = {...s};
|
||||
print(t[1]);
|
||||
|
Loading…
Reference in New Issue
Block a user