dart-sdk/tests/language_2/malbounded
Johnni Winther 5222bfd90c [cfe] Refactor bounds checking
This CL moves the bounds checking into the TypeBuilder instead of
performing it from the outside on the computed DartType node.
This solves several problems:

  1) Errors are now reported on the type in the code instead of the
     declaration which holds the type.
  2) Checking of type aliases (both function and nonfunction type
     aliases) is now handled correctly in all cases. This achieved by
     computed the aliased type (containing TypedefType nodes)
     internally and performing the checking on this type, and only
     convert the type into the unaliased version (without TypedefType
     nodes) after checks have been performed. Previously this handled
     through the FunctionType.typedefType property for function type
     aliases and through and incomplete work-around for nonfunction
     type aliases.
  3) With 2) FunctionType.typedefType is no longer needed and is
     removed.

TEST=general/bounds_*

Change-Id: I7653bca5ccb0ebf4b3553828a298d1ad918ef235
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/243722
Reviewed-by: Mayank Patke <fishythefish@google.com>
Commit-Queue: Johnni Winther <johnniwinther@google.com>
Reviewed-by: Chloe Stefantsova <cstefantsova@google.com>
Reviewed-by: Alexander Markov <alexmarkov@google.com>
2022-05-17 14:36:19 +00:00
..
instantiation_runtime_test.dart
instantiation_test.dart [cfe] Refactor bounds checking 2022-05-17 14:36:19 +00:00
redirecting_factory_test.dart
type_cast2_test.dart
type_cast_runtime_test.dart
type_cast_test.dart [cfe] Refactor bounds checking 2022-05-17 14:36:19 +00:00
type_literal_runtime_test.dart
type_literal_test.dart [cfe] Refactor bounds checking 2022-05-17 14:36:19 +00:00
type_test2_runtime_test.dart
type_test2_test.dart [cfe] Refactor bounds checking 2022-05-17 14:36:19 +00:00
type_test_runtime_test.dart
type_test_test.dart [cfe] Refactor bounds checking 2022-05-17 14:36:19 +00:00