blob: bcaae95b9f3cbb70122f8f59cae8c473d4144917 [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;
default constructor •() void
: super core::Object::•()
;
}
class B extends core::Object {
field core::int x = 0;
default constructor •() void
: super core::Object::•()
;
}
static method main() dynamic {}