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