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