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

Unified Diff: pkg/analyzer_experimental/lib/src/generated/ast.dart

Issue 28193004: Attempt to fix build. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 months 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
« no previous file with comments | « no previous file | pkg/analyzer_experimental/lib/src/generated/engine.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_experimental/lib/src/generated/ast.dart
diff --git a/pkg/analyzer_experimental/lib/src/generated/ast.dart b/pkg/analyzer_experimental/lib/src/generated/ast.dart
index 377593b9d5bdab2a7d30530b2825990e9168e070..5a2b0a88dfb81a574c38adf39d922ddcda5e540f 100644
--- a/pkg/analyzer_experimental/lib/src/generated/ast.dart
+++ b/pkg/analyzer_experimental/lib/src/generated/ast.dart
@@ -4,6 +4,7 @@ library engine.ast;
import 'dart:collection';
import 'java_core.dart';
import 'java_engine.dart';
+import 'package:analyzer_experimental/src/generated/source.dart' show LineInfo;
import 'scanner.dart';
import 'engine.dart' show AnalysisEngine;
import 'utilities_dart.dart';
@@ -2743,6 +2744,10 @@ class CommentReference extends ASTNode {
* @coverage dart.engine.ast
*/
class CompilationUnit extends ASTNode {
+ /**
+ * The line information for this compilation unit.
+ */
+ LineInfo lineInfo;
/**
* The first token in the token stream that was parsed to form this compilation unit.
« no previous file with comments | « no previous file | pkg/analyzer_experimental/lib/src/generated/engine.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698