[IR] Minor: add a note about contextReceiverParametersCount prop

This commit is contained in:
Anastasiya Shadrina
2021-10-19 14:29:38 +07:00
committed by TeamCityServer
parent 6cd50bc438
commit 097e286622
@@ -48,6 +48,9 @@ abstract class IrFunction :
abstract var body: IrBody?
/**
* The first `contextReceiverParametersCount` value parameters are context receivers
*/
var contextReceiverParametersCount: Int = 0
override fun <D> acceptChildren(visitor: IrElementVisitor<Unit, D>, data: D) {