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:
Vendored
+2
-1
@@ -10,8 +10,9 @@ KtSuccessCallInfo:
|
||||
symbol = <constructor>(vararg strings: kotlin.String): Annotation
|
||||
valueParameters = [
|
||||
KtVariableLikeSignature:
|
||||
name = strings
|
||||
receiverType = null
|
||||
returnType = kotlin.String
|
||||
symbol = vararg strings: kotlin.String
|
||||
]
|
||||
argumentMapping = {}
|
||||
argumentMapping = {}
|
||||
|
||||
Reference in New Issue
Block a user