"invoke" from function types do not have any meaningful parameter names

This commit is contained in:
Valentin Kipyatkov
2015-11-13 17:32:20 +03:00
parent 5b668cb6a6
commit 2e2dfcb4a0
12 changed files with 50 additions and 23 deletions
@@ -1,6 +1,6 @@
package
public fun test(/*0*/ foo: kotlin.Int.() -> kotlin.Unit): kotlin.Unit
public fun test(/*0*/ foo: kotlin.Int.(kotlin.String) -> kotlin.Unit): kotlin.Unit
public final class A {
public constructor A(/*0*/ foo: kotlin.Int.() -> kotlin.Unit)