8ad5a48b98
Mainly needed to avoid "Cannot build symbol for KtDestructuringDeclaration" from `KtSymbolProvider.getSymbol` on `KtDestructuringDeclaration`.
14 lines
339 B
Plaintext
Vendored
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 |