quickfix to migrate function type parameter lists to new syntax

This commit is contained in:
Dmitry Jemerov
2015-10-05 20:52:24 +02:00
parent 7c20630272
commit 1fdf08bec5
9 changed files with 80 additions and 1 deletions
@@ -0,0 +1,2 @@
// "Migrate type parameter list syntax" "true"
fun f<caret><T>() {}
@@ -0,0 +1,2 @@
// "Migrate type parameter list syntax" "true"
fun <T> f() {}