Minor: comment for IrMemberAccessExpression::getTypeArgument
This commit is contained in:
committed by
Dmitry Petrov
parent
7ae6c55ddb
commit
16334771ad
+1
@@ -28,6 +28,7 @@ interface IrMemberAccessExpression : IrDeclarationReference {
|
||||
val origin: IrStatementOrigin?
|
||||
override val descriptor: CallableDescriptor
|
||||
|
||||
// NB `typeParameterDescriptor` should be taken from `descriptor.original`
|
||||
fun getTypeArgument(typeParameterDescriptor: TypeParameterDescriptor): KotlinType?
|
||||
|
||||
fun getValueArgument(index: Int): IrExpression?
|
||||
|
||||
Reference in New Issue
Block a user