b4764ced52
This test case incorrectly assumed that type literal 'Predicate' is a generic type, where typedef bool Predicate<T>(T arg); However, it is instantiated to bounds and it is actually bool Function(dynamic) Fixes https://github.com/dart-lang/sdk/issues/51052 Change-Id: I793aa505ff2b910d646d7374a3d6fc917ed6794c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/279271 Reviewed-by: Ryan Macnak <rmacnak@google.com> Commit-Queue: Ryan Macnak <rmacnak@google.com> Auto-Submit: Alexander Markov <alexmarkov@google.com>