File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ lib/src/dart/analysis/search.dart
1818lib/src/dart/analysis/session.dart
1919lib/src/dart/analysis/session_helper.dart
2020lib/src/dart/ast/ast.dart
21- lib/src/dart/ast/constant_evaluator.dart
2221lib/src/dart/ast/element_locator.dart
2322lib/src/dart/ast/extensions.dart
2423lib/src/dart/ast/utilities.dart
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import 'dart:collection';
77import 'package:analyzer/dart/ast/ast.dart' ;
88import 'package:analyzer/dart/ast/token.dart' ;
99import 'package:analyzer/dart/ast/visitor.dart' ;
10- import 'package:analyzer/dart/element/element .dart' ;
10+ import 'package:analyzer/dart/element/element2 .dart' ;
1111
1212/// Instances of the class [ConstantEvaluator] evaluate constant expressions to
1313/// produce their compile-time value.
@@ -391,7 +391,7 @@ class ConstantEvaluator extends GeneralizingAstVisitor<Object> {
391391
392392 /// Return the constant value of the static constant represented by the given
393393 /// [element] .
394- Object _getConstantValue (Element ? element) {
394+ Object _getConstantValue (Element2 ? element) {
395395 // TODO(brianwilkerson): Implement this
396396// if (element is FieldElement) {
397397// FieldElement field = element;
You can’t perform that action at this time.
0 commit comments