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

Unified Diff: test/kernel/regression/super_operator.dart.txt

Issue 2117513002: More extensive error handling for 'unresolved' cases. (Closed) Base URL: git@github.com:dart-lang/rasta.git@master
Patch Set: Merge and update test expectations Created 4 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
« no previous file with comments | « test/kernel/regression/super.dart.txt ('k') | test/kernel/regression/supports_reflection.dart.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/kernel/regression/super_operator.dart.txt
diff --git a/test/kernel/regression/super_operator.dart.txt b/test/kernel/regression/super_operator.dart.txt
index 08fb994e841a13ddd35f4f87f521577f5b55f7a3..7f4a6302fd8b9c8b89c005fc4ee76bfab89c4f86 100644
--- a/test/kernel/regression/super_operator.dart.txt
+++ b/test/kernel/regression/super_operator.dart.txt
@@ -25,5 +25,5 @@ class Autobianchi extends core::Object {
constructor •() → self::Autobianchi
: super core::Object::•();
method g() → dynamic
- return invalid-expression;
+ return let final dynamic #t4 = 0 in throw core::_unresolvedSuperMethodError(this, #[], <dynamic>[#t4], <dynamic, dynamic>{}, null);
}
« no previous file with comments | « test/kernel/regression/super.dart.txt ('k') | test/kernel/regression/supports_reflection.dart.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698