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

Unified Diff: test/kernel/regression/type_with_parse_error.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/type_with_parse_error.dart.txt
diff --git a/test/kernel/regression/type_with_parse_error.dart.txt b/test/kernel/regression/type_with_parse_error.dart.txt
index 18d0cca19bbcd65decb28363218f9e624896ffac..88f9415620e30eb2504443b773edaf0d3ce1ffc8 100644
--- a/test/kernel/regression/type_with_parse_error.dart.txt
+++ b/test/kernel/regression/type_with_parse_error.dart.txt
@@ -6,7 +6,7 @@ class A extends core::Object {
constructor •() → self::A
: super core::Object::•();
method foo() → dynamic {
- throw core::_malformedTypeError("'B' is not a type.");
+ throw core::_malformedTypeError@dart.core("'B' is not a type.");
}
}
class B extends core::Object {
@@ -14,5 +14,5 @@ class B extends core::Object {
: super core::Object::•();
}
static method main() → dynamic {
- throw core::_malformedTypeError("'B' is not a type.");
+ throw core::_malformedTypeError@dart.core("'B' is not a type.");
}

Powered by Google App Engine
This is Rietveld 408576698