Skip to content

Commit a455e09

Browse files
srawlinscommit-bot@chromium.org
authored andcommitted
Ignore _printEvent as an unused element
This is required for #37116 Change-Id: Ia061a423b2455f4e64d5a90f35cc5d7461fa57d2 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/127343 Reviewed-by: Johnni Winther <johnniwinther@google.com> Commit-Queue: Samuel Rawlins <srawlins@google.com>
1 parent 3281a4a commit a455e09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/front_end/lib/src/fasta/type_inference/type_promotion.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ abstract class TypePromoterImpl extends TypePromoter {
450450

451451
/// For internal debugging use, prints the current state followed by the event
452452
/// name.
453+
// ignore: unused_element
453454
void _printEvent(String name) {
454455
Iterable<TypePromotionFact> factChain(TypePromotionFact fact) sync* {
455456
while (fact != null) {

0 commit comments

Comments
 (0)