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

Side by Side Diff: pkg/front_end/testcases/inference_new/infer_logical.dart.strong.expect

Issue 2956723002: Implement inference tests for logical operators. (Closed)
Patch Set: Created 3 years, 6 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 test;
2 import self as self;
3 import "dart:core" as core;
4
5 static field core::bool x = self::f<core::bool>() || self::f<core::bool>();
6 static field core::bool y = self::f<core::bool>() && self::f<core::bool>();
7 static method f<T extends core::Object>() → self::f::T
8 return null;
9 static method test() → void {
10 core::bool x = self::f<core::bool>() || self::f<core::bool>();
11 core::bool y = self::f<core::bool>() && self::f<core::bool>();
12 }
13 static method main() → dynamic {}
OLDNEW
« no previous file with comments | « pkg/front_end/testcases/inference_new/infer_logical.dart.outline.expect ('k') | pkg/front_end/testcases/kompile.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698