Converter:
Place function type parameters before function name
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
fun putUVW<U, V, W>(u : U?, v : V?, w : W?) {
|
||||
fun <U, V, W> putUVW(u : U?, v : V?, w : W?) {
|
||||
}
|
||||
Reference in New Issue
Block a user