Use parameter names in DescriptorRenderer

This commit is contained in:
Valentin Kipyatkov
2016-09-13 12:31:53 +03:00
parent f335f32b48
commit 41ee06ec96
100 changed files with 239 additions and 223 deletions
@@ -1,6 +1,6 @@
package
public final class A : ([ERROR : No type element]) -> [ERROR : No type element] {
public final class A : (categoryName: [ERROR : No type element]) -> [ERROR : No type element] {
public constructor A()
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
@@ -2,7 +2,7 @@ package
package typeReferenceError {
public final class Pair : ([ERROR : No type element]) -> [ERROR : main] {
public final class Pair : (c: [ERROR : No type element]) -> [ERROR : main] {
public constructor Pair()
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int