Files
sdk/pkg/front_end/testcases/nnbd/issue41952.dart.strong.expect
T
Johnni Winther fdc765faad [cfe] Make TypeParameter.defaultType non-nullable
TEST=existing

Change-Id: I0a8fdf09f742b55357411f12dc6164d4050bb83c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/196283
Commit-Queue: Johnni Winther <johnniwinther@google.com>
Reviewed-by: Dmitry Stefantsov <dmitryas@google.com>
2021-04-21 13:51:50 +00:00

8 lines
277 B
Plaintext

library /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
static method i1<R extends core::Object? = dynamic>() → <S2 extends self::i1::R? = dynamic>() → void
return <S2 extends self::i1::R?>() → void {};
static method main() → dynamic {}