blob: 0f04f62cde724cc8fbb578b50586b0c586695f4c [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class Foo extends core::Object {
constructor •() void
;
}
class Bar extends self::Foo {
static factory •() self::Bar
;
}
static method main() dynamic
;