Fix tests: "Placing function type parameters after the function name" error
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
// PSI_ELEMENT: org.jetbrains.kotlin.psi.KtParameter
|
||||
// OPTIONS: usages
|
||||
fun foo<T>(<caret>t: T): T {
|
||||
fun <T> foo(<caret>t: T): T {
|
||||
println(t)
|
||||
return t
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user