Fix tests: "Placing function type parameters after the function name" error
This commit is contained in:
@@ -7,5 +7,5 @@ fun ((T) -> G)?.foo()
|
||||
fun ((T) -> G)??.foo()
|
||||
|
||||
//--------------
|
||||
fun f<T>()
|
||||
fun <T> f()
|
||||
a.b class C
|
||||
Reference in New Issue
Block a user