Use parameter names from function type for invoke() function
#KT-435 Fixed #KT-9016 Fixed
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
package
|
||||
|
||||
public fun test(/*0*/ a: kotlin.Any): kotlin.Unit
|
||||
public fun kotlin.Any.foo1(): (i: kotlin.Int) -> kotlin.Unit
|
||||
Reference in New Issue
Block a user