servo/tests/wpt/web-platform-tests/WebIDL/invalid/idl/nonnullableany.widl

3 lines
No EOL
48 B
Text

interface NonNullable {
attribute any? foo;
};