5787ad0381
try resolve https://github.com/dart-lang/sdk/issues/45705 @eernstg Closes https://github.com/dart-lang/sdk/pull/45736 https://github.com/dart-lang/sdk/pull/45736 GitOrigin-RevId: 2d91c32a34260014bbd5720e48a713eee180e65b Change-Id: Ic416287137495926efe1d03da7d484202bd11272 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/195761 Reviewed-by: Johnni Winther <johnniwinther@google.com> Commit-Queue: Johnni Winther <johnniwinther@google.com>
7 lines
98 B
Plaintext
7 lines
98 B
Plaintext
class Function {}
|
|
|
|
class C<Function> {}
|
|
|
|
mixin M<Function> implements List<Function> {}
|
|
main() {}
|