blob: 1d9a2bf0e44da1b7ff7594c4b0e6328a5a5dea46 [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<dynamic>())
;
}
class B extends core::Object {
constructor •(core::int x) void
: super core::Object::•()
;
}
static method f<T extends core::Object>() self::f::T
return null;
static method main() dynamic {}