Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: pkg/front_end/lib/compilation_error.dart

Issue 2498133002: Connect analyzer's AnalysisError object to front_end's CompilationError. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/front_end/lib/compilation_error.dart
diff --git a/pkg/front_end/lib/compilation_error.dart b/pkg/front_end/lib/compilation_error.dart
index a2385759482cb147c1b7e8061fee76fd03712f28..95b5ef9a405cb3bec56c7612303927bdef4623af 100644
--- a/pkg/front_end/lib/compilation_error.dart
+++ b/pkg/front_end/lib/compilation_error.dart
@@ -19,7 +19,7 @@ abstract class CompilationError {
String get correction;
/// The source location where the error occurred.
Brian Wilkerson 2016/11/14 23:34:41 "location" --> "span"?
- SourceSpan get location;
+ SourceSpan get span;
/// A text description of the compile error.
String get message;

Powered by Google App Engine
This is Rietveld 408576698