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

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

Issue 2465893002: Add strong mode type checking pass. (Closed)
Patch Set: Merge with master and remove visitBlockExpression 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
« no previous file with comments | « testcases/strong-mode/escape.baseline.txt ('k') | testcases/strong-mode/void-methods.baseline.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testcases/strong-mode/optional.baseline.txt
diff --git a/testcases/strong-mode/optional.baseline.txt b/testcases/strong-mode/optional.baseline.txt
index d3850dda30e664655b484ef97d467ff249dfd5ed..1087a0382c4aac282bb08f426667461764413fb2 100644
--- a/testcases/strong-mode/optional.baseline.txt
+++ b/testcases/strong-mode/optional.baseline.txt
@@ -1,3 +1,8 @@
+// #lib1::InvalidListener is not a subtype of #lib1::Listener (optional.dart:42:20)
+// Too few positional arguments (optional.dart:44:21)
+// Too many positional arguments (optional.dart:45:21)
+// Too few positional arguments (optional.dart:46:24)
+// Too many positional arguments (optional.dart:47:24)
library;
import self as self;
import "dart:core" as core;
« no previous file with comments | « testcases/strong-mode/escape.baseline.txt ('k') | testcases/strong-mode/void-methods.baseline.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698