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>
4 lines
41 B
Plaintext
4 lines
41 B
Plaintext
typedef T G<T>(T t);
|
|
test() {}
|
|
main() {}
|