Move inference parameter type in FunctionDescriptorResolver

This commit is contained in:
Stanislav Erokhin
2015-03-05 12:56:50 +03:00
parent 0c74675e6e
commit d9882a6d0b
13 changed files with 294 additions and 267 deletions
@@ -38,7 +38,7 @@ internal final class C1</*0*/ in <no name provided>> {
}
internal final class C2 {
public constructor C2(/*0*/ <no name provided>: [ERROR : Type annotation was missing])
public constructor C2(/*0*/ <no name provided>: [ERROR : Type annotation was missing for parameter <no name provided>])
internal final val <no name provided>: [ERROR : Annotation is absent]
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int