blob: 86a7e295a5cdc23288563c765f10383f8ac3cebc [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class A extends core::Object implements self::B {
field core::int x = null;
synthetic constructor •() void
: super core::Object::•()
;
}
class B extends core::Object {
field core::int x = 0;
synthetic constructor •() void
: super core::Object::•()
;
}
static method main() dynamic {}