tenfourfox/testing/web-platform/tests/WebIDL/invalid/idl/nonnullableany.widl

3 lines
48 B
Plaintext
Raw Normal View History

2017-04-19 07:56:45 +00:00
interface NonNullable {
attribute any? foo;
};