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

Unified Diff: tests/language/type_check_const_function_typedef2_test.dart

Issue 632123002: Properly annotate type_check_const_function_typedef2_test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 2 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_dart2js.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/type_check_const_function_typedef2_test.dart
diff --git a/tests/language/type_check_const_function_typedef2_test.dart b/tests/language/type_check_const_function_typedef2_test.dart
index fa9609b565f527ad7cb8ddbbaaefdc762a7d1ca6..8aa784a1c7db4148b99614b0d73040ce4f1c0cd5 100644
--- a/tests/language/type_check_const_function_typedef2_test.dart
+++ b/tests/language/type_check_const_function_typedef2_test.dart
@@ -13,7 +13,7 @@ class A {
const A(this.f);
}
-int /// 00: compile-time error
+int /// 00: static type warning, checked mode compile-time error
foo(
String /// 00: continued
x) => 499;
« no previous file with comments | « tests/language/language_dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698