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

Unified Diff: test/kernel/regression/super.dart.txt

Issue 2420053003: Update kernel module. (Closed)
Patch Set: Created 4 years, 2 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 | « test/kernel/regression/issue_000004.dart.txt ('k') | test/kernel/regression/super_operator.dart.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/kernel/regression/super.dart.txt
diff --git a/test/kernel/regression/super.dart.txt b/test/kernel/regression/super.dart.txt
index 590adf01694e06b537cc0cb59f95a4a57a20d9c0..f7259312a99c11af02febd63ac37574f701c47ab 100644
--- a/test/kernel/regression/super.dart.txt
+++ b/test/kernel/regression/super.dart.txt
@@ -86,20 +86,20 @@ class C extends self::B {
self::use(let final dynamic #t5 = super.{self::A::c} in let final dynamic #t6 = super.{self::B::c} = #t5.+(1) in #t5);
super.d = super.{self::B::d}.+(1);
self::use(let final dynamic #t7 = super.{self::B::d} in let final dynamic #t8 = super.d = #t7.+(1) in #t7);
- let final dynamic #t9 = super.{self::A::e} in let final dynamic #t10 = super.e = #t9.+(1) in #t9;
- self::use(let final dynamic #t11 = super.{self::A::e} in let final dynamic #t12 = super.e = #t11.+(1) in #t11);
+ super.e = super.{self::A::e}.+(1);
+ self::use(let final dynamic #t9 = super.{self::A::e} in let final dynamic #t10 = super.e = #t9.+(1) in #t9);
super.f = super.{self::A::f}.+(1);
- self::use(let final dynamic #t13 = super.{self::A::f} in let final dynamic #t14 = super.f = #t13.+(1) in #t13);
+ self::use(let final dynamic #t11 = super.{self::A::f} in let final dynamic #t12 = super.f = #t11.+(1) in #t11);
throw core::_unresolvedSuperGetterError(this, #g, <dynamic>[], <dynamic, dynamic>{}, null);
self::use(throw core::_unresolvedSuperGetterError(this, #g, <dynamic>[], <dynamic, dynamic>{}, null));
super.{self::A::h} = super.{self::A::h}.+(1);
- self::use(let final dynamic #t15 = super.{self::A::h} in let final dynamic #t16 = super.{self::A::h} = #t15.+(1) in #t15);
+ self::use(let final dynamic #t13 = super.{self::A::h} in let final dynamic #t14 = super.{self::A::h} = #t13.+(1) in #t13);
super.{self::B::i} = super.{self::A::i}.+(1);
- self::use(let final dynamic #t17 = super.{self::A::i} in let final dynamic #t18 = super.{self::B::i} = #t17.+(1) in #t17);
- let final dynamic #t19 = 87 in super.{self::A::[]=}(#t19, super.{self::A::[]}(#t19).+(1));
- self::use(let final dynamic #t20 = 87 in let final dynamic #t21 = super.{self::A::[]}(#t20) in let final dynamic #t22 = super.{self::A::[]=}(#t20, #t21.+(1)) in #t21);
+ self::use(let final dynamic #t15 = super.{self::A::i} in let final dynamic #t16 = super.{self::B::i} = #t15.+(1) in #t15);
+ let final dynamic #t17 = 87 in super.{self::A::[]=}(#t17, super.{self::A::[]}(#t17).+(1));
+ self::use(let final dynamic #t18 = 87 in let final dynamic #t19 = super.{self::A::[]}(#t18) in let final dynamic #t20 = super.{self::A::[]=}(#t18, #t19.+(1)) in #t19);
super.m = super.{self::A::m}.+(1);
- self::use(let final dynamic #t23 = super.{self::A::m} in let final dynamic #t24 = super.m = #t23.+(1) in #t23);
+ self::use(let final dynamic #t21 = super.{self::A::m} in let final dynamic #t22 = super.m = #t21.+(1) in #t21);
throw core::_unresolvedSuperGetterError(this, #n, <dynamic>[], <dynamic, dynamic>{}, null);
self::use(throw core::_unresolvedSuperGetterError(this, #n, <dynamic>[], <dynamic, dynamic>{}, null));
super.{self::A::a} = super.{self::A::a}.+(1);
@@ -120,8 +120,8 @@ class C extends self::B {
self::use(super.{self::A::h} = super.{self::A::h}.+(1));
super.{self::B::i} = super.{self::A::i}.+(1);
self::use(super.{self::B::i} = super.{self::A::i}.+(1));
- let final dynamic #t25 = 87 in super.{self::A::[]=}(#t25, super.{self::A::[]}(#t25).+(1));
- self::use(let final dynamic #t26 = 87 in super.{self::A::[]=}(#t26, super.{self::A::[]}(#t26).+(1)));
+ let final dynamic #t23 = 87 in super.{self::A::[]=}(#t23, super.{self::A::[]}(#t23).+(1));
+ self::use(let final dynamic #t24 = 87 in let final dynamic #t25 = super.{self::A::[]}(#t24).+(1) in let final dynamic #t26 = super.{self::A::[]=}(#t24, #t25) in #t25);
super.m = super.{self::A::m}.+(1);
self::use(super.m = super.{self::A::m}.+(1));
throw core::_unresolvedSuperGetterError(this, #n, <dynamic>[], <dynamic, dynamic>{}, null);
@@ -171,33 +171,33 @@ class C extends self::B {
super.{self::B::i} = 42;
self::use(super.{self::B::i} = 42);
super.{self::A::[]=}(87, 42);
- self::use(super.{self::A::[]=}(87, 42));
+ self::use(let final dynamic #t27 = 87 in let final dynamic #t28 = 42 in let final dynamic #t29 = super.{self::A::[]=}(#t27, #t28) in #t28);
super.m = 42;
self::use(super.m = 42);
throw core::_unresolvedSuperSetterError(this, #n, <dynamic>[42], <dynamic, dynamic>{}, null);
self::use(throw core::_unresolvedSuperSetterError(this, #n, <dynamic>[42], <dynamic, dynamic>{}, null));
super.{self::A::a}.==(null) ? super.{self::A::a} = 42 : null;
- self::use(let final dynamic #t27 = super.{self::A::a} in #t27.==(null) ? super.{self::A::a} = 42 : #t27);
+ self::use(let final dynamic #t30 = super.{self::A::a} in #t30.==(null) ? super.{self::A::a} = 42 : #t30);
super.{self::B::b}.==(null) ? super.{self::A::b} = 42 : null;
- self::use(let final dynamic #t28 = super.{self::B::b} in #t28.==(null) ? super.{self::A::b} = 42 : #t28);
+ self::use(let final dynamic #t31 = super.{self::B::b} in #t31.==(null) ? super.{self::A::b} = 42 : #t31);
super.{self::A::c}.==(null) ? super.{self::B::c} = 42 : null;
- self::use(let final dynamic #t29 = super.{self::A::c} in #t29.==(null) ? super.{self::B::c} = 42 : #t29);
+ self::use(let final dynamic #t32 = super.{self::A::c} in #t32.==(null) ? super.{self::B::c} = 42 : #t32);
super.{self::B::d}.==(null) ? super.d = 42 : null;
- self::use(let final dynamic #t30 = super.{self::B::d} in #t30.==(null) ? super.d = 42 : #t30);
- let final dynamic #t31 = super.{self::A::e} in #t31.==(null) ? super.e = 42 : #t31;
- self::use(let final dynamic #t32 = super.{self::A::e} in #t32.==(null) ? super.e = 42 : #t32);
+ self::use(let final dynamic #t33 = super.{self::B::d} in #t33.==(null) ? super.d = 42 : #t33);
+ super.{self::A::e}.==(null) ? super.e = 42 : null;
+ self::use(let final dynamic #t34 = super.{self::A::e} in #t34.==(null) ? super.e = 42 : #t34);
super.{self::A::f}.==(null) ? super.f = 42 : null;
- self::use(let final dynamic #t33 = super.{self::A::f} in #t33.==(null) ? super.f = 42 : #t33);
+ self::use(let final dynamic #t35 = super.{self::A::f} in #t35.==(null) ? super.f = 42 : #t35);
throw core::_unresolvedSuperGetterError(this, #g, <dynamic>[], <dynamic, dynamic>{}, null);
self::use(throw core::_unresolvedSuperGetterError(this, #g, <dynamic>[], <dynamic, dynamic>{}, null));
super.{self::A::h}.==(null) ? super.{self::A::h} = 42 : null;
- self::use(let final dynamic #t34 = super.{self::A::h} in #t34.==(null) ? super.{self::A::h} = 42 : #t34);
+ self::use(let final dynamic #t36 = super.{self::A::h} in #t36.==(null) ? super.{self::A::h} = 42 : #t36);
super.{self::A::i}.==(null) ? super.{self::B::i} = 42 : null;
- self::use(let final dynamic #t35 = super.{self::A::i} in #t35.==(null) ? super.{self::B::i} = 42 : #t35);
- let final dynamic #t36 = 87 in super.{self::A::[]}(#t36).==(null) ? super.{self::A::[]=}(#t36, 42) : null;
- self::use(let final dynamic #t37 = 87 in let final dynamic #t38 = super.{self::A::[]}(#t37) in #t38.==(null) ? super.{self::A::[]=}(#t37, 42) : #t38);
+ self::use(let final dynamic #t37 = super.{self::A::i} in #t37.==(null) ? super.{self::B::i} = 42 : #t37);
+ let final dynamic #t38 = 87 in super.{self::A::[]}(#t38).==(null) ? super.{self::A::[]=}(#t38, 42) : null;
+ self::use(let final dynamic #t39 = 87 in let final dynamic #t40 = super.{self::A::[]}(#t39) in #t40.==(null) ? let final dynamic #t41 = 42 in let final dynamic #t42 = super.{self::A::[]=}(#t39, #t41) in #t41 : #t40);
super.{self::A::m}.==(null) ? super.m = 42 : null;
- self::use(let final dynamic #t39 = super.{self::A::m} in #t39.==(null) ? super.m = 42 : #t39);
+ self::use(let final dynamic #t43 = super.{self::A::m} in #t43.==(null) ? super.m = 42 : #t43);
throw core::_unresolvedSuperGetterError(this, #n, <dynamic>[], <dynamic, dynamic>{}, null);
self::use(throw core::_unresolvedSuperGetterError(this, #n, <dynamic>[], <dynamic, dynamic>{}, null));
super.{self::A::a} = super.{self::A::a}.+(42);
@@ -218,8 +218,8 @@ class C extends self::B {
self::use(super.{self::A::h} = super.{self::A::h}.+(42));
super.{self::B::i} = super.{self::A::i}.+(42);
self::use(super.{self::B::i} = super.{self::A::i}.+(42));
- let final dynamic #t40 = 87 in super.{self::A::[]=}(#t40, super.{self::A::[]}(#t40).+(42));
- self::use(let final dynamic #t41 = 87 in super.{self::A::[]=}(#t41, super.{self::A::[]}(#t41).+(42)));
+ let final dynamic #t44 = 87 in super.{self::A::[]=}(#t44, super.{self::A::[]}(#t44).+(42));
+ self::use(let final dynamic #t45 = 87 in let final dynamic #t46 = super.{self::A::[]}(#t45).+(42) in let final dynamic #t47 = super.{self::A::[]=}(#t45, #t46) in #t46);
super.m = super.{self::A::m}.+(42);
self::use(super.m = super.{self::A::m}.+(42));
throw core::_unresolvedSuperGetterError(this, #n, <dynamic>[], <dynamic, dynamic>{}, null);
@@ -242,8 +242,8 @@ class C extends self::B {
self::use(super.{self::A::h} = super.{self::A::h}.-(42));
super.{self::B::i} = super.{self::A::i}.-(42);
self::use(super.{self::B::i} = super.{self::A::i}.-(42));
- let final dynamic #t42 = 87 in super.{self::A::[]=}(#t42, super.{self::A::[]}(#t42).-(42));
- self::use(let final dynamic #t43 = 87 in super.{self::A::[]=}(#t43, super.{self::A::[]}(#t43).-(42)));
+ let final dynamic #t48 = 87 in super.{self::A::[]=}(#t48, super.{self::A::[]}(#t48).-(42));
+ self::use(let final dynamic #t49 = 87 in let final dynamic #t50 = super.{self::A::[]}(#t49).-(42) in let final dynamic #t51 = super.{self::A::[]=}(#t49, #t50) in #t50);
super.m = super.{self::A::m}.-(42);
self::use(super.m = super.{self::A::m}.-(42));
throw core::_unresolvedSuperGetterError(this, #n, <dynamic>[], <dynamic, dynamic>{}, null);
« no previous file with comments | « test/kernel/regression/issue_000004.dart.txt ('k') | test/kernel/regression/super_operator.dart.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698