blob: 8459af2841d78948df1a0082e788b8e7398ac7d9 [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 •() self::B
: super test::A::•()
;
}
static method main() dynamic {}