Files
kotlin-fork/analysis/analysis-api/testData/symbols/singleSymbolByPsi/destructuring/destructuringDeclaration.txt
T
Ilya Kirillov 8ad5a48b98 [Analysis API] introduce KtDestructuringDeclarationSymbol to represent a destructuring declaration
Mainly needed to avoid "Cannot build symbol for KtDestructuringDeclaration" from `KtSymbolProvider.getSymbol` on `KtDestructuringDeclaration`.
2023-08-17 13:01:02 +00:00

14 lines
339 B
Plaintext
Vendored

KtDestructuringDeclarationSymbol:
annotationsList: [
AAA(value = "y")
psi: KtAnnotationEntry
]
entries: [
KtLocalVariableSymbol(<local>/a)
KtLocalVariableSymbol(<local>/b)
]
origin: SOURCE
symbolKind: LOCAL
typeParameters: []
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null