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

Unified Diff: pkg/analyzer/test/generated/incremental_resolver_test.dart

Issue 844063002: Update errors offsets during incremental comment resolution. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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 | « pkg/analyzer/lib/src/generated/incremental_resolver.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/generated/incremental_resolver_test.dart
diff --git a/pkg/analyzer/test/generated/incremental_resolver_test.dart b/pkg/analyzer/test/generated/incremental_resolver_test.dart
index 336533aa1d2efdb971c57ddeee15dac31a167a48..9522bf472a7456d7624952e2414aeb9877381fb9 100644
--- a/pkg/analyzer/test/generated/incremental_resolver_test.dart
+++ b/pkg/analyzer/test/generated/incremental_resolver_test.dart
@@ -2461,6 +2461,7 @@ class A {}
* A function [main] with a parameter [p] of type [int].
*/
main(int p) {
+ unresolvedFunctionProblem();
}
/**
* Other comment with [int] reference.
@@ -2473,6 +2474,7 @@ foo() {}
* Inserted text with [String] reference.
*/
main(int p) {
+ unresolvedFunctionProblem();
}
/**
* Other comment with [int] reference.
« no previous file with comments | « pkg/analyzer/lib/src/generated/incremental_resolver.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698