[Analysis API FIR] fix reference resolve to reified type parameter

This commit is contained in:
Ilya Kirillov
2023-07-27 17:15:53 +02:00
committed by Space Team
parent b3236c5824
commit de4224296d
8 changed files with 43 additions and 0 deletions
@@ -0,0 +1,2 @@
inline fun <reified T> labeledComponent(labelText: String): T = <caret>T::class.java.getConstructor().newInstance()
@@ -0,0 +1,2 @@
Resolved to:
0: reified T