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

3 lines
48 B
Plaintext

interface NonNullable {
attribute any? foo;
};