blob: fef9dfe5e3fc80f51f89f74f726694efc3dc5f72 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class Foo extends core::Object {
const constructor •(core::List<core::String> l) self::Foo
: super core::Object::•()
;
}
static method test() void {
for (@self::Foo::•(const <dynamic>[]) core::int i = 0; i.<(1); i = i.+(1)) {
}
for (@self::Foo::•(const <dynamic>[]) core::int i in <dynamic>[0]) {
}
}
static method main() dynamic {}