FIR IDE: add API to get KtType from KtTypeParameter
This commit is contained in:
committed by
Ilya Kirillov
parent
d91170ed2c
commit
205866a516
+1
@@ -0,0 +1 @@
|
||||
fun <<caret>T> function(t: T) where T : Int, T : Long = TODO()
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
expression: T
|
||||
ktType: T
|
||||
+1
@@ -0,0 +1 @@
|
||||
fun <<caret>T> function(t: T) = TODO()
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
expression: T
|
||||
ktType: T
|
||||
+1
@@ -0,0 +1 @@
|
||||
inline fun <reified <caret>T> function(t: T) = TODO()
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
expression: reified T
|
||||
ktType: T
|
||||
Reference in New Issue
Block a user