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

Unified Diff: test/kernel/regression/mixin_library.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
Index: test/kernel/regression/mixin_library.dart.txt
diff --git a/test/kernel/regression/mixin_library.dart.txt b/test/kernel/regression/mixin_library.dart.txt
index 4578a12cfe93be7fa1f5884b6b050944a21868df..0befae993ace8282a8ddc14dd82d9b5a389f1978 100644
--- a/test/kernel/regression/mixin_library.dart.txt
+++ b/test/kernel/regression/mixin_library.dart.txt
@@ -10,7 +10,7 @@ class Mixin<T extends core::Object> extends core::Object {
constructor •() → self::Mixin<self::Mixin::T>
: self::Mixin::x = self::f(), super core::Object::•();
method foo() → dynamic
- return invalid-expression.+(self::f());
+ return(throw core::_unresolvedSuperMethodError(this, #foo, <dynamic>[], <dynamic, dynamic>{}, null)).+(self::f());
method g(self::Mixin::T a) → self::Mixin::T
return null;
method h() → dynamic
« no previous file with comments | « test/kernel/regression/malformed_function_type.dart.txt ('k') | test/kernel/regression/parser_error.dart.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698