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