Fix type inference for function expression parameters
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
package
|
||||
|
||||
internal fun </*0*/ T> foo(/*0*/ f: (T) -> T): T
|
||||
internal fun test(): kotlin.Unit
|
||||
Reference in New Issue
Block a user