[FIR] Introduce ResolutionContext and get rid of components in Candidate

This commit is contained in:
Dmitriy Novozhilov
2020-09-08 15:04:39 +03:00
parent c53ffca34f
commit 912676d868
17 changed files with 129 additions and 82 deletions
@@ -492,7 +492,7 @@ class FirElementSerializer private constructor(
}
if (parameter.isVararg) {
val varargElementType = parameter.returnTypeRef.coneType.varargElementType(session)
val varargElementType = parameter.returnTypeRef.coneType.varargElementType()
if (useTypeTable()) {
builder.varargElementTypeId = typeId(varargElementType)
} else {