K2: Add minor clarification comment to FirDeclarationsResolveTransformer
This commit is contained in:
committed by
Space Team
parent
3f052af517
commit
66eb29962a
+3
@@ -407,6 +407,9 @@ open class FirDeclarationsResolveTransformer(
|
|||||||
return variable
|
return variable
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This function is expected to transform everything but property accessors, backing field and delegate
|
||||||
|
*/
|
||||||
private fun FirProperty.transformChildrenWithoutComponents(returnTypeRef: FirTypeRef): FirProperty {
|
private fun FirProperty.transformChildrenWithoutComponents(returnTypeRef: FirTypeRef): FirProperty {
|
||||||
val data = withExpectedType(returnTypeRef)
|
val data = withExpectedType(returnTypeRef)
|
||||||
return transformReturnTypeRef(transformer, data)
|
return transformReturnTypeRef(transformer, data)
|
||||||
|
|||||||
Reference in New Issue
Block a user