blob: be9fa4eb8d8267c953dadca92da58af720c4573c [file] [log] [blame]
library;
import self as self;
import "./infer_type_regardless_of_declaration_order_or_cycles.dart" as test;
import "org-dartlang-testcase:///infer_type_regardless_of_declaration_order_or_cycles.dart";
class B extends test::A {
synthetic constructor •() self::B
: super test::A::•()
;
}
static method main() dynamic {}