blob: e4d43d3087d8a5131305d8f049207e0d609aa476 [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) void
: super core::Object::•()
;
}
static method test() void {
for (@self::Foo::•(const <core::String>[]) core::int i = 0; i.{core::num::<}(1); i = i.{core::num::+}(1)) {
}
for (@self::Foo::•(const <core::String>[]) core::int i in <core::int>[0]) {
}
}
static method main() dynamic {}