DescriptorRenderer to skip @ExtensionFunctionType and @ParameterName only when it's redundant

This commit is contained in:
Valentin Kipyatkov
2016-10-07 14:57:28 +03:00
parent ec51076355
commit 968a6cfd04
7 changed files with 22 additions and 16 deletions
@@ -1,7 +1,7 @@
package
public fun foo(/*0*/ a: (kotlin.String) -> kotlin.Unit): kotlin.Unit
public fun foo(/*0*/ a: A): kotlin.Unit
public fun foo(/*0*/ a: @kotlin.ExtensionFunctionType A): kotlin.Unit
public interface A : (kotlin.String) -> kotlin.Unit {
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean