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

Unified Diff: test/kernel/regression/unresolved_constructor.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/unresolved_constructor.dart.txt
diff --git a/test/kernel/regression/unresolved_constructor.dart.txt b/test/kernel/regression/unresolved_constructor.dart.txt
index 93d15b09bdd5e68f8d72a5dbf4fce925e66b312b..43412d9fbe483f8118182e2bc8a023f64c7e959a 100644
--- a/test/kernel/regression/unresolved_constructor.dart.txt
+++ b/test/kernel/regression/unresolved_constructor.dart.txt
@@ -9,5 +9,5 @@ class Foo extends core::Object {
}
static method main() → dynamic {
invalid-expression;
- throw core::_unresolvedConstructorError(self::Foo, #Foo.notHere, <dynamic>[], <dynamic, dynamic>{}, null);
+ throw core::_unresolvedConstructorError@dart.core(self::Foo, #Foo.notHere, <dynamic>[], <dynamic, dynamic>{}, null);
}

Powered by Google App Engine
This is Rietveld 408576698