blob: 17cdbfcd0704fd21a2929277c88b48cb2f79c452 [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 {
constructor •() void
;
}
class Base extends core::Object {
constructor •() void
;
method method() self::Foo
;
}
class Sub extends self::Base {
constructor •() void
;
method method() self::Foo
;
}
static method main(core::List<core::String> args) dynamic
;