blob: 8a528ccf4b1c0a8bcc37be7d152552f09ff2733c [file] [log] [blame]
interface SizeA {
readonly setlike<DOMString>;
static void size();
};
interface SizeB {
readonly setlike<DOMString>;
static readonly attribute long size;
};