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

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

Issue 2116793002: Work around for private names in mixin applications. (Closed) Base URL: git@github.com:dart-lang/rasta.git@master
Patch Set: Rebased on CL 2201763003. Created 4 years, 5 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/super_operator.dart.txt
diff --git a/test/kernel/regression/super_operator.dart.txt b/test/kernel/regression/super_operator.dart.txt
index 7f4a6302fd8b9c8b89c005fc4ee76bfab89c4f86..701bab3c695a7c3ea9c396a338476830046047ad 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 let final dynamic #t4 = 0 in throw core::_unresolvedSuperMethodError(this, #[], <dynamic>[#t4], <dynamic, dynamic>{}, null);
+ return let final dynamic #t4 = 0 in throw core::_unresolvedSuperMethodError@dart.core(this, #[], <dynamic>[#t4], <dynamic, dynamic>{}, null);
}

Powered by Google App Engine
This is Rietveld 408576698