blob: 3efbd14fbd77e1ed93c9102bc8302f628607d219 [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 (@#C1 core::int* i = 0; i.<(1); i = i.+(1)) {
}
for (@#C1 core::int* i in <dynamic>[0]) {
}
}
static method main() dynamic {}
constants {
#C1 = self::Foo {}
}