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

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

Issue 2849893002: Set 'enclosingElement' for FunctionElementImpl_forLUB. (Closed)
Patch Set: Created 3 years, 8 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 | « pkg/front_end/testcases/inference/inferred_type_uses_synthetic_function_type_positional_param.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/testcases/inference/inferred_type_uses_synthetic_function_type_required_param.dart
diff --git a/pkg/front_end/testcases/inference/inferred_type_uses_synthetic_function_type_required_param.dart b/pkg/front_end/testcases/inference/inferred_type_uses_synthetic_function_type_required_param.dart
index 5f28fd69ee539012856c1c163ee1a7f548924022..c2c66a1268b2a1dbbbe257fc13a537632d10fa70 100644
--- a/pkg/front_end/testcases/inference/inferred_type_uses_synthetic_function_type_required_param.dart
+++ b/pkg/front_end/testcases/inference/inferred_type_uses_synthetic_function_type_required_param.dart
@@ -7,7 +7,7 @@ library test;
int f(int x) => null;
String g(int x) => null;
-var /*@topType=List<<unknown>::(int x) → Object>*/ v = /*@typeArgs=<unknown>::(int x) → Object*/ [
+var /*@topType=List<(int x) → Object>*/ v = /*@typeArgs=(int x) → Object*/ [
f,
g
];
« no previous file with comments | « pkg/front_end/testcases/inference/inferred_type_uses_synthetic_function_type_positional_param.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698