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

Unified Diff: tests/language/generic_function_typedef_test.dart

Issue 2958833003: Allocate local variable holding type arguments in generic functions in Kernel. (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
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/language/generic_method_types_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/generic_function_typedef_test.dart
diff --git a/tests/language/generic_function_typedef_test.dart b/tests/language/generic_function_typedef_test.dart
index d6e0fbce2dd2685f48e7ea442c356e6c37e74e7b..c8670d8ef27afa11213075adf6861b59986d450b 100644
--- a/tests/language/generic_function_typedef_test.dart
+++ b/tests/language/generic_function_typedef_test.dart
@@ -3,6 +3,8 @@
// BSD-style license that can be found in the LICENSE file.
// Dart test for a function type test that cannot be eliminated at compile time.
+// VMOptions=--generic-method-syntax --no-reify-generic-functions
+
import "package:expect/expect.dart";
class A {}
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/language/generic_method_types_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698