summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/resources/webidl2/test/invalid/idl/readonly-iterable.widl
blob: fc4ae2be908446e336cadd84c475cb7462b0b355 (plain)
1
2
3
interface ReadonlyIterable {
	readonly iterable<long>;
}