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