Move inference parameter type in FunctionDescriptorResolver
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user