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

Unified Diff: tests/language_2/bound_closure_primitives_test.dart

Issue 2985243002: Migrate block 44. (Closed)
Patch Set: Created 3 years, 5 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
Index: tests/language_2/bound_closure_primitives_test.dart
diff --git a/tests/language/bound_closure_primitives_test.dart b/tests/language_2/bound_closure_primitives_test.dart
similarity index 95%
rename from tests/language/bound_closure_primitives_test.dart
rename to tests/language_2/bound_closure_primitives_test.dart
index 83ffe796918fb9c7659102a991452eb9cdb93ede..cd5bdfe170028b7a807c5015c48549bd172d4b15 100644
--- a/tests/language/bound_closure_primitives_test.dart
+++ b/tests/language_2/bound_closure_primitives_test.dart
@@ -15,7 +15,7 @@ class A {
}
main() {
- var array = [[], new A()];
+ var array = <dynamic>[[], new A()];
var method = array[0].add;
method(42);

Powered by Google App Engine
This is Rietveld 408576698