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