blob: f433fbe51377e6f79570ee2e0dfc6ce96604023c [file] [log] [blame]
interface ForEachA {
readonly setlike<DOMString>;
static void forEach();
};
interface ForEachB {
readonly setlike<DOMString>;
static readonly attribute long forEach;
};