summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/resources/webidl2/test/syntax/idl/iterable.widl
blob: c7dfafa4daa808a225a1678ba52f350555de93c6 (plain)
1
2
3
4
5
6
7
interface IterableOne {
	iterable<long>;
};

interface IterableTwo {
	iterable<short, double?>;
};