Files
UXP-Fixed/testing/web-platform/tests/WebIDL/invalid/idl/nonnullableobjects.widl
T
2018-02-02 04:16:08 -05:00

5 lines
68 B
Plaintext

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