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

Unified Diff: pkg/front_end/testcases/inference/downwards_inference_initializing_formal_default_formal.dart

Issue 2926433002: Mark some more type inference tests as passing. (Closed)
Patch Set: Created 3 years, 6 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/front_end/testcases/inference/downwards_inference_initializing_formal_default_formal.dart
diff --git a/pkg/front_end/testcases/inference/downwards_inference_initializing_formal_default_formal.dart b/pkg/front_end/testcases/inference/downwards_inference_initializing_formal_default_formal.dart
index b82f0e70c421f73b9166365642b428f344a578f5..2ac8ebd0cc13bf4efac59bd4c30c889705ad05f9 100644
--- a/pkg/front_end/testcases/inference/downwards_inference_initializing_formal_default_formal.dart
+++ b/pkg/front_end/testcases/inference/downwards_inference_initializing_formal_default_formal.dart
@@ -18,3 +18,5 @@ void f([List<int> l = /*@typeArgs=int*/ const [1]]) {}
Function2<List<int>, String> g = /*@returnType=String*/ (
[/*@type=List<int>*/ llll = /*@typeArgs=int*/ const [1]]) =>
"hello";
+
+main() {}

Powered by Google App Engine
This is Rietveld 408576698