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

Unified Diff: pkg/front_end/test/fasta/rasta/issue_000070.dart.outline.expect

Issue 2691653003: Compute bounds of type variables. (Closed)
Patch Set: Created 3 years, 10 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: pkg/front_end/test/fasta/rasta/issue_000070.dart.outline.expect
diff --git a/pkg/front_end/test/fasta/rasta/issue_000070.dart.outline.expect b/pkg/front_end/test/fasta/rasta/issue_000070.dart.outline.expect
index 3cc16d22ef036af5cd32e655896da5276bc78bec..455f514611ff7f94b1d972930385183f4850079a 100644
--- a/pkg/front_end/test/fasta/rasta/issue_000070.dart.outline.expect
+++ b/pkg/front_end/test/fasta/rasta/issue_000070.dart.outline.expect
@@ -10,12 +10,12 @@ class A<N extends core::Object, S extends core::Object, U extends core::Object>
;
const constructor c(self::A::U u, self::A::S s) → void
;
+ static factory f<N extends core::Object, S extends core::Object, U extends core::Object>(self::A::f::S s) → self::A<self::A::f::N, self::A::f::S, self::A::f::U>
+ ;
get getter() → core::List<self::A::U>
;
set setter(self::A::S s) → void
;
- static factory f<N extends core::Object, S extends core::Object, U extends core::Object>(self::A::f::S s) → self::A<self::A::f::N, self::A::f::S, self::A::f::U>
- ;
}
abstract class J<Aa extends core::Object, B extends core::Object> extends core::Object {
constructor •() → void

Powered by Google App Engine
This is Rietveld 408576698