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

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

Issue 2662703002: Update rasta outline expectations. (Closed)
Patch Set: Rebased on 0401b897958de33f8481b9cb323eab53106a3ce9. Created 3 years, 11 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/duplicated_mixin.dart.outline.expect
diff --git a/pkg/front_end/test/fasta/rasta/duplicated_mixin.dart.outline.expect b/pkg/front_end/test/fasta/rasta/duplicated_mixin.dart.outline.expect
index c82df797e40363001bb46ec0a3bcb3255b156b01..eb523ab3024273ac6b1994e84e18d4a369205d36 100644
--- a/pkg/front_end/test/fasta/rasta/duplicated_mixin.dart.outline.expect
+++ b/pkg/front_end/test/fasta/rasta/duplicated_mixin.dart.outline.expect
@@ -4,20 +4,14 @@ import "dart:core" as core;
class Mixin extends core::Object {
field dynamic field;
- constructor •() → self::Mixin
- : super core::Object::•();
+ constructor •() → void
+ ;
}
-class A extends self::Object+Mixin+Mixin#0 {
- constructor •() → self::A
- : super self::Object+Mixin+Mixin#0::•();
+class A extends self::Object&Mixin&Mixin {
+ constructor •() → void
+ ;
}
-abstract class Object+Mixin+Mixin#0 extends self::Object+Mixin#0 implements self::Mixin {
- field dynamic field;
- constructor •() → dynamic
- : super self::Object+Mixin#0::•();
+abstract class Object&Mixin = core::Object with self::Mixin {
}
-abstract class Object+Mixin#0 extends core::Object implements self::Mixin {
- field dynamic field;
- constructor •() → dynamic
- : super core::Object::•();
+abstract class Object&Mixin&Mixin = self::Object&Mixin with self::Mixin {
}

Powered by Google App Engine
This is Rietveld 408576698