blob: 12c4ea4fb7770c90e22b0efbcc475a359655af52 [file] [log] [blame]
library;
import self as self;
import "./public_method_tearoff_lib.dart" as pub;
class Foo extends pub::Bar {
synthetic constructor •() self::Foo
: super pub::Bar::•()
;
}
static method main() void {
pub::baz(new self::Foo::•());
}