tenfourfox/testing/web-platform/tests/WebIDL/valid/idl/typesuffixes.widl

4 lines
66 B
Plaintext
Raw Normal View History

2017-04-19 07:56:45 +00:00
interface Suffixes {
void test(sequence<DOMString[]?>? foo);
};