aboutsummaryrefslogtreecommitdiff
path: root/tests/webidl/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/webidl/test.idl')
-rw-r--r--tests/webidl/test.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/webidl/test.idl b/tests/webidl/test.idl
index 6d87d5e3..8ee82b76 100644
--- a/tests/webidl/test.idl
+++ b/tests/webidl/test.idl
@@ -6,6 +6,7 @@ interface Parent {
long getVal();
void mulVal(long mul);
void parentFunc();
+ [Const] Parent getAsConst();
};
interface Child1 {