blob: bce37695f2c2a054146f7b660a50a6e2ba9a571d [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class A extends core::Object {
field dynamic field;
synthetic constructor •() void
;
}
class B extends self::A {
synthetic constructor •() void
;
method m() dynamic
;
}
static method main() dynamic
;