summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/resources/webidl2/test/invalid/idl/nonnullableany.widl
blob: 389576555236d911ca7c6b7bbb56605fe0101814 (plain)
1
2
3
interface NonNullable {
  attribute any? foo;
};