Use parameter names from function type for invoke() function

#KT-435 Fixed
 #KT-9016 Fixed
This commit is contained in:
Valentin Kipyatkov
2016-09-13 22:02:59 +03:00
parent 0abb2edb2b
commit 6b94e5fd34
9 changed files with 82 additions and 12 deletions
+4
View File
@@ -0,0 +1,4 @@
package
public fun test(/*0*/ a: kotlin.Any): kotlin.Unit
public fun kotlin.Any.foo1(): (i: kotlin.Int) -> kotlin.Unit