[IR] Minor: add a note about contextReceiverParametersCount prop
This commit is contained in:
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) {
|
||||
|
||||
Reference in New Issue
Block a user