summaryrefslogtreecommitdiff
path: root/src/test/test-derived-types.fidl
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/test-derived-types.fidl')
-rw-r--r--src/test/test-derived-types.fidl6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/test/test-derived-types.fidl b/src/test/test-derived-types.fidl
index 07d3873..1c0784f 100644
--- a/src/test/test-derived-types.fidl
+++ b/src/test/test-derived-types.fidl
@@ -69,12 +69,16 @@ typeCollection DerivedTypeCollection {
}
map MapIntToPolymorphic { UInt8 to DerivedTypeCollection.TestPolymorphicStruct }
- map MapPolymorphicToInt { DerivedTypeCollection.TestPolymorphicStruct to UInt8 }
struct StructWithPolymorphicMember {
UInt32 numberValue
DerivedTypeCollection.TestPolymorphicStruct polymorphicMember
}
+
+ struct StructWithEnumKeyMap {
+ TestEnumMap testMap
+ }
+
}