[LL] support search for decompiled fir for type parameters

^ KTIJ-25976
This commit is contained in:
Anna Kozlova
2023-06-22 12:27:19 +02:00
committed by Space Team
parent d439bdd49f
commit abdc44c18a
5 changed files with 37 additions and 11 deletions
@@ -0,0 +1,4 @@
// DECLARATION_TYPE: org.jetbrains.kotlin.psi.KtTypeParameter
class FooBar<T> {
fun doSmth(t: T) {}
}
@@ -0,0 +1,8 @@
KT element: KtTypeParameter
KT element text:
T
FIR element: FirTypeParameterImpl
FIR source kind: KtRealSourceElementKind
FIR element rendered:
[ResolvedTo(BODY_RESOLVE)] T