blob: c14cfbd166715c9652a67a657cd5901441f87af3 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C extends core::Object {
default constructor •() void
;
method f<T extends core::Object>(self::C::f::T x) self::C::f::T
;
static method g<T extends core::Object>(self::C::g::T x) self::C::g::T
;
}
class D extends self::C {
default constructor •() void
;
method test() void
;
}
static method f<T extends core::Object>(self::f::T x) self::f::T
;
static method test() void
;
static method main() dynamic
;