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

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

Issue 757193002: Fix for resolving super.method() invocations. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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/analyzer/test/generated/resolver_test.dart
diff --git a/pkg/analyzer/test/generated/resolver_test.dart b/pkg/analyzer/test/generated/resolver_test.dart
index c51ea9f035ada4ebf2fea738175cd2030adb4e43..586a8235c2cb9798342ad83439f666108a27e58c 100644
--- a/pkg/analyzer/test/generated/resolver_test.dart
+++ b/pkg/analyzer/test/generated/resolver_test.dart
@@ -10391,7 +10391,7 @@ class StaticTypeAnalyzerTest extends EngineTestCase {
DartType _analyze4(Expression node, InterfaceType thisType,
bool useStaticType) {
try {
- _analyzer.thisType_J2DAccessor = thisType;
+ _analyzer.thisType = thisType;
} catch (exception) {
throw new IllegalArgumentException(
"Could not set type of 'this'",

Powered by Google App Engine
This is Rietveld 408576698