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

Unified Diff: test/kernel/regression/unresolved_for_in.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: Update test expectations. Created 4 years, 4 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/unresolved_constructor.dart.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/kernel/regression/unresolved_for_in.dart.txt
diff --git a/test/kernel/regression/unresolved_for_in.dart.txt b/test/kernel/regression/unresolved_for_in.dart.txt
index 9ad244d44436827a9a4fb5481adbb6056ad3b799..3ed05b9ff49b361d6bbe2f63eba6ca247ac0f7ac 100644
--- a/test/kernel/regression/unresolved_for_in.dart.txt
+++ b/test/kernel/regression/unresolved_for_in.dart.txt
@@ -32,7 +32,7 @@ static method main(dynamic arguments) → dynamic {
new self::Fisk::•();
for(final dynamic #t10 in arguments) {
let final dynamic #t11 = #t10 in invalid-expression;
- core::print(throw core::_genericNoSuchMethod(null, #key, <dynamic>[], <dynamic, dynamic>{}, null));
+ core::print(throw core::dart.core::_genericNoSuchMethod(null, #key, <dynamic>[], <dynamic, dynamic>{}, null));
}
for(final dynamic #t12 in arguments) {
let final dynamic #t13 = #t12 in invalid-expression;
@@ -48,6 +48,6 @@ static method main(dynamic arguments) → dynamic {
}
for(final dynamic #t18 in arguments) {
let final dynamic #t19 = #t18 in invalid-expression;
- core::print(throw core::_genericNoSuchMethod(null, #key, <dynamic>[], <dynamic, dynamic>{}, null));
+ core::print(throw core::dart.core::_genericNoSuchMethod(null, #key, <dynamic>[], <dynamic, dynamic>{}, null));
}
}
« no previous file with comments | « test/kernel/regression/unresolved_constructor.dart.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698