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

Unified Diff: compiler/javatests/com/google/dart/compiler/resolver/ResolverTest.java

Issue 10545189: Issue 3643. Associate 'no such method' problem with method name, not with whole invocation (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Use 'resolutionError' flag in DartIdentifier Created 8 years, 6 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
Index: compiler/javatests/com/google/dart/compiler/resolver/ResolverTest.java
diff --git a/compiler/javatests/com/google/dart/compiler/resolver/ResolverTest.java b/compiler/javatests/com/google/dart/compiler/resolver/ResolverTest.java
index 86ac2edc335d66e563007dc20428ab9f9161be7d..bdec44eada40431f2143157082c4ef61891d6365 100644
--- a/compiler/javatests/com/google/dart/compiler/resolver/ResolverTest.java
+++ b/compiler/javatests/com/google/dart/compiler/resolver/ResolverTest.java
@@ -1272,7 +1272,7 @@ public class ResolverTest extends ResolverTestCase {
" outer();",
" }",
"}"),
- errEx(ResolverErrorCode.CANNOT_RESOLVE_METHOD, 5, 5, 7));
+ errEx(ResolverErrorCode.CANNOT_RESOLVE_METHOD, 5, 5, 5));
}
public void testUndercoreInNamedParameterMethodDefinition() {

Powered by Google App Engine
This is Rietveld 408576698