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