Fix tests: "Placing function type parameters after the function name" error
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
fun foo<T, P, E>() = 42
|
||||
fun <T, P, E> foo() = 42
|
||||
|
||||
interface A
|
||||
interface B : A
|
||||
|
||||
Reference in New Issue
Block a user