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

5 lines
No EOL
68 B
Text

interface Foo {};
interface NonNullable {
attribute Foo?? foo;
};