[Analysis API FIR] fix reference resolve to reified type parameter
This commit is contained in:
committed by
Space Team
parent
b3236c5824
commit
de4224296d
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
inline fun <reified T> labeledComponent(labelText: String): T = <caret>T::class.java.getConstructor().newInstance()
|
||||
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
Resolved to:
|
||||
0: reified T
|
||||
Reference in New Issue
Block a user