blob: 1267e4c64b732d8b72c919721959e4fa446fa716 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
abstract class A extends core::Object {
synthetic constructor •() self::A
;
method foo() void
;
}
class B extends self::A {
synthetic constructor •() self::B
;
method bar(core::bool t) void
;
}
static method main() dynamic
;