[Analysis API] Render annotations of type parameters
This commit is contained in:
committed by
Space Team
parent
0c2e3d2d48
commit
1a10e0fdb6
@@ -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() {}
|
||||
+1
@@ -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
|
||||
Reference in New Issue
Block a user