Analysis API: temporary update descriptors testdata

This commit is contained in:
Ilya Kirillov
2021-11-12 23:19:41 +01:00
parent 50f5a0559e
commit 540bbc6bef
2 changed files with 8 additions and 0 deletions
@@ -0,0 +1,4 @@
KtFunctionCall:
argumentMapping = { }
targetFunction = <getter>(<dispatch receiver>: A): kotlin.Int
substitutor = <empty substitutor>
@@ -0,0 +1,4 @@
KtFunctionCall:
argumentMapping = { 1 -> (value: kotlin.Int) }
targetFunction = <setter>(<dispatch receiver>: A, value: kotlin.Int): kotlin.Unit
substitutor = <empty substitutor>