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

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

Issue 2825063002: Move kernel baseline tests to front_end. (Closed)
Patch Set: Created 3 years, 8 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
1 library; 1 library;
2 import self as self; 2 import self as self;
3 import "dart:core" as core; 3 import "dart:core" as core;
4 4
5 class Foo extends core::Object { 5 class Foo extends core::Object {
6 static const field dynamic staticConstant = 42; 6 static const field dynamic staticConstant = 42;
7 static field dynamic staticField = 42; 7 static field dynamic staticField = 42;
8 constructor •() → self::Foo 8 constructor •() → self::Foo
9 : super core::Object::•(); 9 : super core::Object::•();
10 static method staticFunction() → dynamic {} 10 static method staticFunction() → dynamic {}
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 self::use(let final dynamic #t24 = self::Foo::staticConstant in #t24.==(null) ? let final dynamic #t25 = 87 in invalid-expression : #t24); 71 self::use(let final dynamic #t24 = self::Foo::staticConstant in #t24.==(null) ? let final dynamic #t25 = 87 in invalid-expression : #t24);
72 self::Foo::staticField.==(null) ? self::Foo::staticField = 87 : null; 72 self::Foo::staticField.==(null) ? self::Foo::staticField = 87 : null;
73 self::use(let final dynamic #t26 = self::Foo::staticField in #t26.==(null) ? s elf::Foo::staticField = 87 : #t26); 73 self::use(let final dynamic #t26 = self::Foo::staticField in #t26.==(null) ? s elf::Foo::staticField = 87 : #t26);
74 self::Foo::staticFunction.==(null) ? let final dynamic #t27 = 87 in invalid-ex pression : null; 74 self::Foo::staticFunction.==(null) ? let final dynamic #t27 = 87 in invalid-ex pression : null;
75 self::use(let final dynamic #t28 = self::Foo::staticFunction in #t28.==(null) ? let final dynamic #t29 = 87 in invalid-expression : #t28); 75 self::use(let final dynamic #t28 = self::Foo::staticFunction in #t28.==(null) ? let final dynamic #t29 = 87 in invalid-expression : #t28);
76 self::Foo::staticGetter.==(null) ? throw core::_unresolvedStaticSetterError(nu ll, #staticGetter, <dynamic>[87], <dynamic, dynamic>{}, null) : null; 76 self::Foo::staticGetter.==(null) ? throw core::_unresolvedStaticSetterError(nu ll, #staticGetter, <dynamic>[87], <dynamic, dynamic>{}, null) : null;
77 self::use(let final dynamic #t30 = self::Foo::staticGetter in #t30.==(null) ? throw core::_unresolvedStaticSetterError(null, #staticGetter, <dynamic>[87], <dy namic, dynamic>{}, null) : #t30); 77 self::use(let final dynamic #t30 = self::Foo::staticGetter in #t30.==(null) ? throw core::_unresolvedStaticSetterError(null, #staticGetter, <dynamic>[87], <dy namic, dynamic>{}, null) : #t30);
78 throw core::_unresolvedStaticGetterError(null, #staticSetter, <dynamic>[], <dy namic, dynamic>{}, null); 78 throw core::_unresolvedStaticGetterError(null, #staticSetter, <dynamic>[], <dy namic, dynamic>{}, null);
79 self::use(throw core::_unresolvedStaticGetterError(null, #staticSetter, <dynam ic>[], <dynamic, dynamic>{}, null)); 79 self::use(throw core::_unresolvedStaticGetterError(null, #staticSetter, <dynam ic>[], <dynamic, dynamic>{}, null));
80 } 80 }
OLDNEW
« no previous file with comments | « pkg/front_end/testcases/rasta/static.dart ('k') | pkg/front_end/testcases/rasta/static.dart.direct.expect » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698