quickfix to migrate function type parameter lists to new syntax
This commit is contained in:
@@ -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() {}
|
||||
Reference in New Issue
Block a user