Fix tests: "Placing function type parameters after the function name" error
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
||||
fun foo<T : Any>(t: T) = t
|
||||
fun <T : Any> foo(t: T) = t
|
||||
|
||||
Reference in New Issue
Block a user