Files
sdk/pkg/front_end/testcases/general/function_invocation_bounds.dart.weak.outline.expect
T
Johnni Winther 3c2dfd7975 [cfe] Check bounds on function invocation
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>
2021-03-31 16:33:49 +00:00

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
;