commit | d3c323e26d1663ab422ff89b65d5a78b0e89c997 | [log] [tgz] |
---|---|---|
author | Chloe Stefantsova <cstefantsova@google.com> | Sun Jul 06 22:55:04 2025 -0700 |
committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sun Jul 06 22:55:04 2025 -0700 |
tree | 5d8192ac442cd627ea501557bd90ed02a811a413 | |
parent | 9af103fb5221e445230dc0b4e029fdc37a7729ef [diff] |
[cfe/vm] Remove outdated comment This is a follow-up to https://dart-review.googlesource.com/c/sdk/+/433480/comment/7c643917_f6b72121/ TEST=existing Change-Id: Id5572f6f4d3a1ae71ce547e297e92193ffa058c3 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/438800 Auto-Submit: Chloe Stefantsova <cstefantsova@google.com> Commit-Queue: Chloe Stefantsova <cstefantsova@google.com> Reviewed-by: Alexander Markov <alexmarkov@google.com>
diff --git a/pkg/vm/lib/transformations/type_flow/summary_collector.dart b/pkg/vm/lib/transformations/type_flow/summary_collector.dart index 6ca02d4..f1e05c7 100644 --- a/pkg/vm/lib/transformations/type_flow/summary_collector.dart +++ b/pkg/vm/lib/transformations/type_flow/summary_collector.dart
@@ -1597,7 +1597,6 @@ } } - // Tests subtypes ignoring any nullabilities. bool _isSubtype(DartType subtype, DartType supertype) => _environment.isSubtypeOf(subtype, supertype);