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

5 lines
68 B
Plaintext

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