3c2dfd7975
Closes #45464 Change-Id: I0fb3abf66c2119147ddd9413792e6f5dc151c31c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/193660 Commit-Queue: Johnni Winther <johnniwinther@google.com> Reviewed-by: Dmitry Stefantsov <dmitryas@google.com>
10 lines
230 B
Plaintext
10 lines
230 B
Plaintext
library /*isNonNullableByDefault*/;
|
|
import self as self;
|
|
import "dart:core" as core;
|
|
|
|
typedef G<invariant T extends core::Object? = dynamic> = (T%) → T%;
|
|
static method test() → dynamic
|
|
;
|
|
static method main() → dynamic
|
|
;
|