Fix tests: "Placing function type parameters after the function name" error
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
abstract class Owner {
|
||||
fun <caret>f<T>(t: T): T = t
|
||||
fun <T> <caret>f(t: T): T = t
|
||||
}
|
||||
Reference in New Issue
Block a user