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