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