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