blob: fdfd49fc3e55e8ecb6327d4bb2c9082132e3ef5f [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C extends core::Object {
final field dynamic x;
constructor •(core::int p) void
: self::C::x = self::f<dynamic>(1.+(p)), super core::Object::•()
;
}
static method f<T extends core::Object>(self::f::T t) self::f::T
return t;
static method main() dynamic {}