blob: b05a44ca27a52201bfea4408d61cd26e19e603f6 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class Foo extends core::Object {
field dynamic x = 1;
constructor •([dynamic x = "1"]) void
: self::Foo::x = x, super core::Object::•()
;
}
static method main() dynamic {}