blob: 04da608c737e718fef4c318fb69936c9b8973d06 [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 •([core::int x = "1" as{TypeError} core::int]) void
: self::Foo::x = x, super core::Object::•()
;
}
static method main() dynamic {}