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<T> {
|
||||
fun <caret>f<R>(t: T, r: R): R = r
|
||||
fun <R> <caret>f(t: T, r: R): R = r
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user