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

Unified Diff: test/whitespace/expressions.stmt

Issue 2526633002: Support generic methods. Fix #556. (Closed)
Patch Set: Merge branch 'master' into generic-methods Created 4 years, 1 month 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 | « test/splitting/type_arguments.stmt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/whitespace/expressions.stmt
diff --git a/test/whitespace/expressions.stmt b/test/whitespace/expressions.stmt
index 310e7bdcb0611935f281498ff4b62afa56035d45..ede2fe7bf4fbd1e097cf8616ee9e424dd84107ea 100644
--- a/test/whitespace/expressions.stmt
+++ b/test/whitespace/expressions.stmt
@@ -134,4 +134,8 @@ function(named: arg,another:arg, );
function(
named: arg,
another: arg,
-);
+);
+>>> generic method call
+method <int,String , bool> ();
+<<<
+method<int, String, bool>();
« no previous file with comments | « test/splitting/type_arguments.stmt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698