blob: dc27164f250e62703d534ed74cca66aec5e6e998 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C extends core::Object {
synthetic constructor •() self::C*
;
method m<T extends core::Object* = dynamic>(core::int* a, {core::String* b, self::C::m::T* c}) self::C::m::T*
;
}
static method main() dynamic
;