No parameter names in type of lambda expression and anonymous function

This commit is contained in:
Valentin Kipyatkov
2016-09-22 14:42:23 +03:00
parent d4050ee074
commit 8baa9ba1de
18 changed files with 37 additions and 46 deletions
@@ -1,9 +1,9 @@
package
public val extension_generic_fun: T.(t: T) -> T
public val generic_fun: (t: T) -> T
public val extension_generic_fun: T.(T) -> T
public val generic_fun: (T) -> T
public fun devNull(/*0*/ a: kotlin.Any?): kotlin.Unit
public fun fun_with_where(): T.(t: T) -> T
public fun fun_with_where(): T.(T) -> T
public fun outer(): kotlin.Unit
public interface A {