diff options
Diffstat (limited to 'tests/webidl/post.js')
-rw-r--r-- | tests/webidl/post.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/webidl/post.js b/tests/webidl/post.js index 8056a5ff..5376f27b 100644 --- a/tests/webidl/post.js +++ b/tests/webidl/post.js @@ -6,6 +6,7 @@ sme.mulVal(2); Module.print('*') Module.print(sme.getVal()); sme.parentFunc(90); +Module.print(typeof sme.getAsConst()); Module.print('c1'); |