Fix tests: "Placing function type parameters after the function name" error
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// IS_APPLICABLE: false
|
||||
|
||||
fun doSomething<T>(a: T) {}
|
||||
fun <T> doSomething(a: T) {}
|
||||
|
||||
fun foo(x: Int) {
|
||||
if (x == 1) <caret>{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// IS_APPLICABLE: false
|
||||
|
||||
fun doSomething<T>(a: T) {}
|
||||
fun <T> doSomething(a: T) {}
|
||||
|
||||
fun foo(x: Int) {
|
||||
if (x == 1) {
|
||||
|
||||
Reference in New Issue
Block a user