Skip to content

Commit e9683ac

Browse files
bwilkersonCommit Queue
authored andcommitted
Update ignore comments missed in previous CL
Change-Id: I42df0c80debfb3551f8f7cebc3ba5d5b166b6dec Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/412665 Reviewed-by: Konstantin Shcheglov <[email protected]> Commit-Queue: Brian Wilkerson <[email protected]>
1 parent 48b7b37 commit e9683ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/analyzer/lib/dart/constant/value.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
/// [element model](../element/element.dart).
1313
library;
1414

15-
// ignore_for_file: analyzer_use_new_elements
15+
// ignore_for_file: analyzer_use_new_elements, as_much_as_we_can
1616
import 'package:analyzer/dart/element/element.dart';
1717
import 'package:analyzer/dart/element/element2.dart';
1818
import 'package:analyzer/dart/element/type.dart';

pkg/analyzer/lib/src/dart/constant/value.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
// ignore_for_file: analyzer_use_new_elements
5+
// ignore_for_file: analyzer_use_new_elements, as_much_as_we_can
66

77
/// The implementation of the class [DartObject].
88
///

0 commit comments

Comments
 (0)