From d3c323e26d1663ab422ff89b65d5a78b0e89c997 Mon Sep 17 00:00:00 2001 From: Chloe Stefantsova Date: Sun, 6 Jul 2025 22:55:04 -0700 Subject: [PATCH] [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 Commit-Queue: Chloe Stefantsova Reviewed-by: Alexander Markov --- pkg/vm/lib/transformations/type_flow/summary_collector.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/vm/lib/transformations/type_flow/summary_collector.dart b/pkg/vm/lib/transformations/type_flow/summary_collector.dart index 6ca02d45373..f1e05c72f92 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 @@ class SummaryCollector extends RecursiveResultVisitor { } } - // Tests subtypes ignoring any nullabilities. bool _isSubtype(DartType subtype, DartType supertype) => _environment.isSubtypeOf(subtype, supertype);