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