summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/resources/webidl2/test/invalid/idl/dict-required-default.widl
blob: 412448d2261f882b117ab8bb017db6a443e30eeb (plain)
1
2
3
4
5
// https://heycam.github.io/webidl/#required-dictionary-member
// "A required dictionary member must not have a default value."
dictionary Dict {
  required long member = 0;
};