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

Unified Diff: pkg/dev_compiler/test/codegen/lib/html/indexeddb_1_test.dart

Issue 2347493002: fix DDC build: some inference failures are reported now (Closed)
Patch Set: Created 4 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
Index: pkg/dev_compiler/test/codegen/lib/html/indexeddb_1_test.dart
diff --git a/pkg/dev_compiler/test/codegen/lib/html/indexeddb_1_test.dart b/pkg/dev_compiler/test/codegen/lib/html/indexeddb_1_test.dart
index f4422de591b25275be47fb02613a120eb971d44d..58c97c8e3be044a4ebc33e66e3b0d9f3017eb835 100644
--- a/pkg/dev_compiler/test/codegen/lib/html/indexeddb_1_test.dart
+++ b/pkg/dev_compiler/test/codegen/lib/html/indexeddb_1_test.dart
@@ -78,7 +78,7 @@ testReadWrite(key, value, matcher,
};
testReadWriteTyped(key, value, matcher,
- [dbName, storeName = STORE_NAME, version = VERSION,
+ [dbName, String storeName = STORE_NAME, version = VERSION,
stringifyResult = false]) => () {
if (dbName == null) {
dbName = nextDatabaseName();

Powered by Google App Engine
This is Rietveld 408576698