1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-20 15:28:50 +00:00
Files
UXP/testing/web-platform/tests/WebIDL/invalid/idl/nonnullableany.widl
T

3 lines
48 B
Plaintext

interface NonNullable {
attribute any? foo;
};