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