Fix tests: "Placing function type parameters after the function name" error
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// ERROR: Type argument expected
|
||||
class C2<T>
|
||||
|
||||
fun foo<T>() {}
|
||||
fun <T> foo() {}
|
||||
|
||||
fun test() {
|
||||
foo<C2<caret>>()
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// ERROR: Type argument expected
|
||||
class C2<T>
|
||||
|
||||
fun foo<T>() {}
|
||||
fun <T> foo() {}
|
||||
|
||||
fun test() {
|
||||
foo<C2<caret>>()
|
||||
|
||||
Reference in New Issue
Block a user