blob: ebfd78a0c6720b231467474db66a3486813ec434 [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
: self::C::x = self::f<core::int>(), super core::Object::•()
;
}
static method f<T extends core::Object = dynamic>() self::f::T
return null;
static method main() dynamic {}