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

Unified Diff: pkg/front_end/testcases/redirecting_factory.dart.direct.expect

Issue 2933763002: Update golden files. (Closed)
Patch Set: Add bug number for native_is_illegal. Created 3 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
« no previous file with comments | « pkg/front_end/testcases/rasta/typedef.dart.direct.expect ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/testcases/redirecting_factory.dart.direct.expect
diff --git a/pkg/front_end/testcases/redirecting_factory.dart.direct.expect b/pkg/front_end/testcases/redirecting_factory.dart.direct.expect
index 8ad4aa238ade2b3148b385e59b4b520745672b5a..1aab5f9cc72fc26c8bf4506273a7525b0ba41294 100644
--- a/pkg/front_end/testcases/redirecting_factory.dart.direct.expect
+++ b/pkg/front_end/testcases/redirecting_factory.dart.direct.expect
@@ -3,9 +3,15 @@ import self as self;
import "dart:core" as core;
abstract class FooBase<Tf extends core::Object> extends core::Object {
+ static field dynamic _redirecting# = <dynamic>[self::FooBase::•];
abstract get x() → core::int;
+ static factory •<Tf extends core::Object>(core::int x) → self::FooBase<self::FooBase::•::Tf>
+ let dynamic #redirecting_factory = self::Foo::• in invalid-expression;
}
abstract class Foo<T extends core::Object> extends core::Object implements self::FooBase<dynamic> {
+ static field dynamic _redirecting# = <dynamic>[self::Foo::•];
+ static factory •<T extends core::Object>(core::int x) → self::Foo<self::Foo::•::T>
+ let dynamic #redirecting_factory = self::Bar::• in invalid-expression;
}
class Bar<Sb extends core::Object, Tb extends core::Object> extends core::Object implements self::Foo<self::Bar::Tb> {
field core::int x;
@@ -23,8 +29,14 @@ class Builder<X extends core::Object> extends core::Object {
}
}
class SimpleCase<A extends core::Object, B extends core::Object> extends core::Object {
+ static field dynamic _redirecting# = <dynamic>[self::SimpleCase::•];
+ static factory •<A extends core::Object, B extends core::Object>() → self::SimpleCase<self::SimpleCase::•::A, self::SimpleCase::•::B>
+ let dynamic #redirecting_factory = self::SimpleCaseImpl::• in invalid-expression;
}
class SimpleCaseImpl<Ai extends core::Object, Bi extends core::Object> extends core::Object implements self::SimpleCase<self::SimpleCaseImpl::Ai, self::SimpleCaseImpl::Bi> {
+ static field dynamic _redirecting# = <dynamic>[self::SimpleCaseImpl::•];
+ static factory •<Ai extends core::Object, Bi extends core::Object>() → self::SimpleCaseImpl<self::SimpleCaseImpl::•::Ai, self::SimpleCaseImpl::•::Bi>
+ let dynamic #redirecting_factory = self::SimpleCaseImpl2::• in invalid-expression;
}
class SimpleCaseImpl2<Ai2 extends core::Object, Bi2 extends core::Object> extends core::Object implements self::SimpleCaseImpl<self::SimpleCaseImpl2::Ai2, self::SimpleCaseImpl2::Bi2> {
constructor •() → void
« no previous file with comments | « pkg/front_end/testcases/rasta/typedef.dart.direct.expect ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698