1a0e5dea69
This function did not handle raw types correctly: it assumed that TAV is always non-null, but VM replaces TAVs of form `<dynamic, ..., dynamic>` with `null`. We needed to handle this case specially. Fixes https://github.com/dart-lang/sdk/issues/53453 TEST=service/evaluate_variable_of_raw_type_test Change-Id: If0a2669fd722fb0e0871138a68814a751888f4b0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/325420 Reviewed-by: Daco Harkes <dacoharkes@google.com> Commit-Queue: Slava Egorov <vegorov@google.com> Commit-Queue: Daco Harkes <dacoharkes@google.com> Auto-Submit: Slava Egorov <vegorov@google.com>