summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler/dart_test/enums.idl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/json_schema_compiler/dart_test/enums.idl')
-rw-r--r--tools/json_schema_compiler/dart_test/enums.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/json_schema_compiler/dart_test/enums.idl b/tools/json_schema_compiler/dart_test/enums.idl
index 18ea85a..1c82d00 100644
--- a/tools/json_schema_compiler/dart_test/enums.idl
+++ b/tools/json_schema_compiler/dart_test/enums.idl
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+// A comment for the enums namespace.
namespace enums {
// A basic enumeration.
enum Enum1 { a, b };