Skip to content

Commit d3c323e

Browse files
chloestefantsovaCommit Queue
authored andcommitted
[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 <[email protected]> Commit-Queue: Chloe Stefantsova <[email protected]> Reviewed-by: Alexander Markov <[email protected]>
1 parent 9af103f commit d3c323e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/vm/lib/transformations/type_flow/summary_collector.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1597,7 +1597,6 @@ class SummaryCollector extends RecursiveResultVisitor<TypeExpr?> {
15971597
}
15981598
}
15991599

1600-
// Tests subtypes ignoring any nullabilities.
16011600
bool _isSubtype(DartType subtype, DartType supertype) =>
16021601
_environment.isSubtypeOf(subtype, supertype);
16031602

0 commit comments

Comments
 (0)