summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/WebIDL/valid/idl/typesuffixes.widl
blob: 95e31c1690236ce77703c9a3ca03e88e5ba1fc06 (plain)
1
2
3
interface Suffixes {
  void test(sequence<DOMString[]?>? foo);
};