Files
sdk/pkg/dev_compiler/lib
Nicholas Shahan 4f3fa67529 [ddc] Fix type error message
* Clarifies the language in the error message for a covariant bounds check failure.
* Fixes the type name printing in the error message.

Before:
```
type `Instance of 'Rti'` does not extend `Instance of 'Rti'` of `H`.
```

After:
```
The type argument `List<Object>` is not a subtype of the type
variable bound `List<int>` of type variable `H`.
```

Issue: https://github.com/dart-lang/sdk/issues/62732
Change-Id: If3cd7138b0488062ff31991162250cbaca26dda7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/482341
Reviewed-by: Nate Biggs <natebiggs@google.com>
Commit-Queue: Nicholas Shahan <nshahan@google.com>
2026-02-25 13:12:26 -08:00
..
2026-02-25 13:12:26 -08:00
2025-06-05 10:40:57 -07:00