File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import 'package:analyzer/dart/analysis/analysis_context_collection.dart';
12
12
import 'package:analyzer/dart/analysis/results.dart' ;
13
13
import 'package:analyzer/dart/analysis/session.dart' ;
14
14
import 'package:analyzer/dart/ast/ast.dart' ;
15
- import 'package:analyzer/error/error .dart' ;
15
+ import 'package:analyzer/diagnostic/diagnostic .dart' ;
16
16
import 'package:frontend_server_client/frontend_server_client.dart' ;
17
17
import 'package:path/path.dart' as p;
18
18
@@ -71,9 +71,9 @@ class AnalysisContextManager {
71
71
}
72
72
}
73
73
74
- /// An error class that contains multiple [AnalysisError ] s.
74
+ /// An error class that contains multiple [Diagnostic ] s.
75
75
class AnalyzerErrorGroup implements Exception {
76
- final List <AnalysisError > errors;
76
+ final List <Diagnostic > errors;
77
77
78
78
AnalyzerErrorGroup (this .errors);
79
79
You can’t perform that action at this time.
0 commit comments