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