blob: 9053c8b0f4dc8ff7ffe88ccb116f29f2eef58ff7 [file] [log] [blame]
library;
import self as self;
import "public_method_tearoff_lib.dart" as pub;
import "org-dartlang-testcase:///public_method_tearoff_lib.dart";
class Foo extends pub::Bar {
synthetic constructor •() self::Foo*
;
}
static method main() void
;
library;
import self as pub;
import "dart:core" as core;
class Bar extends core::Object {
synthetic constructor •() pub::Bar*
;
method f() void
;
}
static method baz(pub::Bar* bar) void
;