Skip to content

Commit 76703df

Browse files
dimonchik0036Space Team
authored andcommitted
[Analysis API] resolver: update test data
After the files move in the previous file ^KT-80084
1 parent a2d5974 commit 76703df

File tree

101 files changed

+868
-22
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+868
-22
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
KtNameReferenceExpression(72,74): 'AA'
2+
null
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
KtNameReferenceExpression(72,74): 'AA'
2+
KaInapplicableCallCandidateInfo:
3+
candidate = KaSimpleFunctionCall:
4+
argumentMapping = {}
5+
isImplicitInvoke = false
6+
partiallyAppliedSymbol = KaPartiallyAppliedSymbol:
7+
contextArguments = []
8+
dispatchReceiver = null
9+
extensionReceiver = null
10+
signature = KaFunctionSignature:
11+
receiverType = null
12+
returnType = AA
13+
symbol = <constructor>(): AA
14+
valueParameters = []
15+
contextParameters = []
16+
callableId = null
17+
typeArgumentsMapping = {}
18+
diagnostic = ERROR<OTHER_ERROR: Inapplicable candidate>
19+
isInBestCandidates = false
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
KtNameReferenceExpression(72,74): 'AA'
2+
NO_CANDIDATES
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
KtNameReferenceExpression(72,74): 'AA'
2+
KtSimpleNameReference:
3+
isImplicitReferenceToCompanion: false
4+
symbols:
5+
(in ROOT) class AA
6+
7+
SyntheticPropertyAccessorReference:
8+
isImplicitReferenceToCompanion: false
9+
symbols:
10+
Nothing (Unresolved reference)
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
isImplicitCompanionReference: false
1+
KtNameReferenceExpression(72,74): 'AA'
2+
KtSimpleNameReference:
3+
isImplicitReferenceToCompanion: false
4+
symbols:
5+
(in ROOT) class AA
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
KtNameReferenceExpression(81,83): 'AA'
2+
null
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
KtNameReferenceExpression(81,83): 'AA'
2+
KaInapplicableCallCandidateInfo:
3+
candidate = KaSimpleFunctionCall:
4+
argumentMapping = {}
5+
isImplicitInvoke = false
6+
partiallyAppliedSymbol = KaPartiallyAppliedSymbol:
7+
contextArguments = []
8+
dispatchReceiver = null
9+
extensionReceiver = null
10+
signature = KaFunctionSignature:
11+
receiverType = null
12+
returnType = AA
13+
symbol = <constructor>(): AA
14+
valueParameters = []
15+
contextParameters = []
16+
callableId = null
17+
typeArgumentsMapping = {}
18+
diagnostic = ERROR<OTHER_ERROR: Inapplicable candidate>
19+
isInBestCandidates = false
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
KtNameReferenceExpression(81,83): 'AA'
2+
NO_CANDIDATES
Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
isImplicitCompanionReference: false
1+
KtNameReferenceExpression(81,83): 'AA'
2+
KtSimpleNameReference:
3+
isImplicitReferenceToCompanion: false
4+
symbols:
5+
(in ROOT) class AA
6+
7+
SyntheticPropertyAccessorReference:
8+
isImplicitReferenceToCompanion: false
9+
symbols:
10+
Nothing (Unresolved reference)
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
isImplicitCompanionReference: true
1+
KtNameReferenceExpression(81,83): 'AA'
2+
KtSimpleNameReference:
3+
isImplicitReferenceToCompanion: true
4+
symbols:
5+
(in AA) companion object

0 commit comments

Comments
 (0)