Support required dictionary members (fixes #7216)

This commit is contained in:
Anthony Ramine 2015-08-15 13:19:57 +02:00
parent efe982392e
commit 44aabbe64d
2 changed files with 7 additions and 2 deletions

View file

@ -8,6 +8,7 @@
enum TestEnum { "", "foo", "bar" };
dictionary TestDictionary {
required boolean requiredValue;
boolean booleanValue;
byte byteValue;
octet octetValue;