mirror of
https://github.com/servo/servo
synced 2026-05-01 11:57:31 +02:00
Fix typo in the non-union code path for typedefs.
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
enum TestEnum { "", "foo", "bar" };
|
||||
typedef (DOMString or URL or Blob) TestTypedef;
|
||||
typedef (DOMString or URL or Blob)? TestTypedefNullableUnion;
|
||||
typedef DOMString TestTypedefString;
|
||||
|
||||
dictionary TestDictionary {
|
||||
required boolean requiredValue;
|
||||
|
||||
Reference in New Issue
Block a user