2c32ff9331
From the spec: > We do not allow dynamic explicit instantiation. If an expression _e_ has type `dynamic` (or `Never`), then `e.foo<int>` is a compile-time error for any name `foo`. Bug: https://github.com/dart-lang/sdk/issues/46020 Change-Id: I041c3fcac77fe8edf64633a8d23dbaa89cf42f77 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/209623 Commit-Queue: Samuel Rawlins <srawlins@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>