blob: 1e18667f292bf622506d226dc6a7a4e00b1d0c41 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
abstract class Base extends core::Object {
synthetic constructor •() void
;
}
class Foo extends self::Base {
synthetic constructor •() void
;
}
class Bar extends self::Base {
synthetic constructor •() void
;
}
class Baz extends self::Base {
synthetic constructor •() void
;
}
static method foo(dynamic x) void
;
static method bar(dynamic x) void
;
static method foo_escaped(dynamic x) void
;
static method bar_escaped(dynamic x) void
;
static method escape(dynamic fn) void
;
static method main() dynamic
;