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

Unified Diff: testcases/strong-mode/null_aware.baseline.txt

Issue 2466373002: Type check untyped == calls specially. (Closed)
Patch Set: Created 4 years, 1 month 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
« lib/type_checker.dart ('K') | « testcases/strong-mode/escape.baseline.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testcases/strong-mode/null_aware.baseline.txt
diff --git a/testcases/strong-mode/null_aware.baseline.txt b/testcases/strong-mode/null_aware.baseline.txt
index ed5679bb3c7397e2c32b0519f85cfdc659a807b6..7788c083b1827f0bc344a9c1e58dfe645a8d444b 100644
--- a/testcases/strong-mode/null_aware.baseline.txt
+++ b/testcases/strong-mode/null_aware.baseline.txt
@@ -1,11 +1,3 @@
-// dynamic is not a subtype of dart.core::bool (null_aware.dart:11:2)
-// dynamic is not a subtype of dart.core::bool (null_aware.dart:13:6)
-// dynamic is not a subtype of dart.core::bool (null_aware.dart:14:6)
-// dynamic is not a subtype of dart.core::bool (null_aware.dart:15:2)
-// dynamic is not a subtype of dart.core::bool (null_aware.dart:15:2)
-// dynamic is not a subtype of dart.core::bool (null_aware.dart:16:2)
-// dynamic is not a subtype of dart.core::bool (null_aware.dart:18:27)
-// dynamic is not a subtype of dart.core::bool (null_aware.dart:19:27)
library;
import self as self;
import "dart:core" as core;
« lib/type_checker.dart ('K') | « testcases/strong-mode/escape.baseline.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698