blob: 9f211b6cc97d22537f20d2e7de5adca805dfc496 [file] [log] [blame]
library;
import self as self;
import "./infer_type_regardless_of_declaration_order_or_cycles.dart" as test;
class B extends test::A {
constructor •() void
: super test::A::•()
;
}
static method main() dynamic {}