[Analysis API] Render annotations of type parameters

This commit is contained in:
aleksandrina-streltsova
2023-03-01 13:12:00 +02:00
committed by Space Team
parent 0c2e3d2d48
commit 1a10e0fdb6
10 changed files with 48 additions and 2 deletions
@@ -0,0 +1,5 @@
// DO_NOT_CHECK_NON_PSI_SYMBOL_RESTORE_K1
@Target(AnnotationTarget.TYPE_PARAMETER) annotation class A
fun <@A T> <caret>T.test() {}
@@ -0,0 +1 @@
@A T
@@ -0,0 +1,13 @@
KtTypeParameterSymbol:
annotationsList: [
A()
psi: KtAnnotationEntry
]
isReified: false
name: T
origin: SOURCE
typeParameters: []
upperBounds: []
variance: INVARIANT
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null