blob: 5a11eb2ea178e10c656631d1bc9bd87318b3489b [file] [log] [blame]
library test /*isNonNullableByDefault*/;
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 = null, self::C::m::T? c = null]) self::C::m::T%
;
}
static method test() dynamic
;