Fix tests: "Placing function type parameters after the function name" error
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
fun genericFoo<T>(p: Int){}
|
||||
fun genericFoo<T>(c: Char){}
|
||||
fun <T> genericFoo(p: Int){}
|
||||
fun <T> genericFoo(c: Char){}
|
||||
|
||||
fun foo() {
|
||||
genericFoo<<caret>
|
||||
|
||||
Reference in New Issue
Block a user