[Analysis API] actualize testdata

This commit is contained in:
Ilya Kirillov
2022-06-10 10:34:31 +02:00
parent ffdfa05015
commit 2c1074ac37
212 changed files with 1063 additions and 326 deletions
@@ -16,11 +16,14 @@ KtSuccessCallInfo:
receiverType = null
returnType = test.FirstTarget
symbol = x: test.FirstTarget
callableIdIfNonLocal = null
]
callableIdIfNonLocal = test/Serializer.serializeFirstTarget
argumentMapping = {
target -> (KtVariableLikeSignature:
name = x
receiverType = null
returnType = test.FirstTarget
symbol = x: test.FirstTarget)
}
symbol = x: test.FirstTarget
callableIdIfNonLocal = null)
}
@@ -14,11 +14,14 @@ KtSuccessCallInfo:
receiverType = null
returnType = test.Test
symbol = value: test.Test
callableIdIfNonLocal = null
]
callableIdIfNonLocal = test/dummyTest
argumentMapping = {
Test() -> (KtVariableLikeSignature:
name = value
receiverType = null
returnType = test.Test
symbol = value: test.Test)
symbol = value: test.Test
callableIdIfNonLocal = null)
}