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

Unified Diff: tests/language/list_literal1_test.dart

Issue 613673006: Support more checked mode compile time errors in analysis engine. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/language/language_analyzer.status ('k') | tests/language/map_literal1_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/list_literal1_test.dart
diff --git a/tests/language/list_literal1_test.dart b/tests/language/list_literal1_test.dart
index 7d9c2ca8657323fefaa58f9b813c372e7b08937b..40810220f260c0e54762bf50d91c1b19b3c6b8db 100644
--- a/tests/language/list_literal1_test.dart
+++ b/tests/language/list_literal1_test.dart
@@ -6,6 +6,6 @@
main() {
var m = const
- <String> /// 01: checked mode compile-time error
+ <String> /// 01: static type warning, checked mode compile-time error
[0, 1];
}
« no previous file with comments | « tests/language/language_analyzer.status ('k') | tests/language/map_literal1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698