blob: 27515e211f823bb175705b3e62ae3fc3a132dbdb [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>(core::int* a, [core::String* b = #C1, self::C::m::T* c = #C1]) → self::C::m::T*
return null;
}
static method main() dynamic {
core::double* y = new self::C::•().{self::C::m}<core::double*>(1, "bbb", 2.0);
}
constants {
#C1 = null
}