KT-50862 Add name property to KtSignature
See the KDoc of the property for the reasons why it was created
This commit is contained in:
+3
-1
@@ -12,13 +12,15 @@ KtSuccessCallInfo:
|
||||
symbol = /A.equals(<dispatch receiver>: A, other: kotlin.Any?): kotlin.Boolean
|
||||
valueParameters = [
|
||||
KtVariableLikeSignature:
|
||||
name = other
|
||||
receiverType = null
|
||||
returnType = kotlin.Any?
|
||||
symbol = other: kotlin.Any?
|
||||
]
|
||||
argumentMapping = {
|
||||
a2 -> (KtVariableLikeSignature:
|
||||
name = other
|
||||
receiverType = null
|
||||
returnType = kotlin.Any?
|
||||
symbol = other: kotlin.Any?)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user