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

Side by Side Diff: pkg/front_end/testcases/rasta/duplicated_mixin.dart.dartk.expect

Issue 2980883003: Remove code associated with the old "kompile" functionality. (Closed)
Patch Set: Created 3 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 unified diff | Download patch
OLDNEW
(Empty)
1 library;
2 import self as self;
3 import "dart:core" as core;
4
5 class Mixin extends core::Object {
6 field dynamic field;
7 constructor •() → self::Mixin
8 : super core::Object::•();
9 }
10 class A extends self::Object+Mixin+Mixin#0 {
11 constructor •() → self::A
12 : super self::Object+Mixin+Mixin#0::•();
13 }
14 abstract class Object+Mixin+Mixin#0 extends self::Object+Mixin#0 implements self ::Mixin {
15 field dynamic field;
16 constructor •() → dynamic
17 : super self::Object+Mixin#0::•();
18 }
19 abstract class Object+Mixin#0 extends core::Object implements self::Mixin {
20 field dynamic field;
21 constructor •() → dynamic
22 : super core::Object::•();
23 }
OLDNEW
« no previous file with comments | « pkg/front_end/testcases/rasta/deferred_load.dart.dartk.expect ('k') | pkg/front_end/testcases/rasta/enum.dart.dartk.expect » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698