blob: 8ece0731fff5af8915e4a6fbd494a9b208973e3e [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, {required core::String b, required self::C::m::T% c}) self::C::m::T%
;
}
static method test() dynamic
;