blob: 10569dc5c456e29b547ca12f1932b4582c175263 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C extends core::Object {
synthetic constructor •() self::C*
: super core::Object::•()
;
method m<T extends core::Object* = dynamic>(self::C::m::T* x) self::C::m::T*
return x;
}
static method main() dynamic {
core::int* y = new self::C::•().{self::C::m}<core::int*>(42);
}