blob: cc753234df7406a86e706ac110db37be32142351 [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 {
synthetic constructor •() void
: super test::A::•()
;
}
static method main() dynamic {}