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

Side by Side Diff: pkg/front_end/testcases/rasta/static.dart.direct.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 •() → void 8 constructor •() → void
9 : super core::Object::•() 9 : super core::Object::•()
10 ; 10 ;
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 self::Foo::staticFunction.==(null) ? throw new core::NoSuchMethodError::•(nu ll, #staticFunction, <dynamic>[87], <dynamic, dynamic>{}, null) : null; 76 self::Foo::staticFunction.==(null) ? throw new core::NoSuchMethodError::•(nu ll, #staticFunction, <dynamic>[87], <dynamic, dynamic>{}, null) : null;
77 self::use(let final dynamic #t13 = self::Foo::staticFunction in #t13.==(null ) ? throw new core::NoSuchMethodError::•(null, #staticFunction, <dynamic>[87], < dynamic, dynamic>{}, null) : #t13); 77 self::use(let final dynamic #t13 = self::Foo::staticFunction in #t13.==(null ) ? throw new core::NoSuchMethodError::•(null, #staticFunction, <dynamic>[87], < dynamic, dynamic>{}, null) : #t13);
78 self::Foo::staticGetter.==(null) ? throw new core::NoSuchMethodError::•(null , #staticGetter, <dynamic>[87], <dynamic, dynamic>{}, null) : null; 78 self::Foo::staticGetter.==(null) ? throw new core::NoSuchMethodError::•(null , #staticGetter, <dynamic>[87], <dynamic, dynamic>{}, null) : null;
79 self::use(let final dynamic #t14 = self::Foo::staticGetter in #t14.==(null) ? throw new core::NoSuchMethodError::•(null, #staticGetter, <dynamic>[87], <dyna mic, dynamic>{}, null) : #t14); 79 self::use(let final dynamic #t14 = self::Foo::staticGetter in #t14.==(null) ? throw new core::NoSuchMethodError::•(null, #staticGetter, <dynamic>[87], <dyna mic, dynamic>{}, null) : #t14);
80 (throw new core::NoSuchMethodError::•(null, #staticSetter, <dynamic>[], <dyn amic, dynamic>{}, null)).==(null) ? self::Foo::staticSetter = 87 : null; 80 (throw new core::NoSuchMethodError::•(null, #staticSetter, <dynamic>[], <dyn amic, dynamic>{}, null)).==(null) ? self::Foo::staticSetter = 87 : null;
81 self::use(let final dynamic #t15 = throw new core::NoSuchMethodError::•(null , #staticSetter, <dynamic>[], <dynamic, dynamic>{}, null) in #t15.==(null) ? sel f::Foo::staticSetter = 87 : #t15); 81 self::use(let final dynamic #t15 = throw new core::NoSuchMethodError::•(null , #staticSetter, <dynamic>[], <dynamic, dynamic>{}, null) in #t15.==(null) ? sel f::Foo::staticSetter = 87 : #t15);
82 } 82 }
83 on core::NoSuchMethodError catch(no-exception-var) { 83 on core::NoSuchMethodError catch(no-exception-var) {
84 } 84 }
85 } 85 }
OLDNEW
« no previous file with comments | « pkg/front_end/testcases/rasta/static.dart.dartk.expect ('k') | pkg/front_end/testcases/rasta/static.dart.outline.expect » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698