summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler/test/idl_reserved_words.idl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/json_schema_compiler/test/idl_reserved_words.idl')
-rw-r--r--tools/json_schema_compiler/test/idl_reserved_words.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/json_schema_compiler/test/idl_reserved_words.idl b/tools/json_schema_compiler/test/idl_reserved_words.idl
index 61ddabd..411973e 100644
--- a/tools/json_schema_compiler/test/idl_reserved_words.idl
+++ b/tools/json_schema_compiler/test/idl_reserved_words.idl
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+// Tests 'reserved words' in various places in IDL.
+
namespace reserved_words {
enum Foo { _float, _DOMString };