mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
Improve support for nested dictionaries
This commit is contained in:
parent
9e12b4175e
commit
3c7ceff46d
6 changed files with 12 additions and 24 deletions
|
@ -32,7 +32,7 @@ dictionary TestDictionary {
|
|||
Blob interfaceValue;
|
||||
any anyValue;
|
||||
object objectValue;
|
||||
TestDictionaryDefaults dict;
|
||||
TestDictionaryDefaults dict = null;
|
||||
sequence<TestDictionaryDefaults> seqDict;
|
||||
// Testing codegen to import Element correctly, ensure no other code references Element directly
|
||||
sequence<Element> elementSequence;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue