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