blob: a52231ad460fb4d85aa8f7c5769c752f1372c1f8 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C extends self::B {
constructor •() self::C
: super self::B::•(self::f<core::int>())
;
}
class B extends core::Object {
constructor •(core::int x) self::B
: super core::Object::•()
;
}
static method f<T extends core::Object? = dynamic>() self::f::T%
return throw "";
static method main() dynamic {}