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, [self::C::m::T? b = null]) → self::C::m::T% | |
; | |
} | |
static method test() → dynamic | |
; |