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

interface ReadOnlyMapLike {
	readonly maplike<long, float>;
};