blob: a97723a6635a39871421dac9b7ef7e0c578da22c [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 •() self::C
: self::C::x = self::f<dynamic>(), super core::Object::•()
;
}
abstract class B extends core::Object {
synthetic constructor •() self::B
: 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 {}