K2: Add minor clarification comment to FirDeclarationsResolveTransformer

This commit is contained in:
Denis.Zharkov
2023-02-20 16:56:24 +01:00
committed by Space Team
parent 3f052af517
commit 66eb29962a
@@ -407,6 +407,9 @@ open class FirDeclarationsResolveTransformer(
return variable
}
/**
* This function is expected to transform everything but property accessors, backing field and delegate
*/
private fun FirProperty.transformChildrenWithoutComponents(returnTypeRef: FirTypeRef): FirProperty {
val data = withExpectedType(returnTypeRef)
return transformReturnTypeRef(transformer, data)