FIR IDE: add API to get KtType from KtTypeParameter

This commit is contained in:
Jinseong Jeon
2021-11-11 22:22:04 -08:00
committed by Ilya Kirillov
parent d91170ed2c
commit 205866a516
16 changed files with 213 additions and 4 deletions
@@ -0,0 +1 @@
fun <<caret>T> function(t: T) where T : Int, T : Long = TODO()
@@ -0,0 +1,2 @@
expression: T
ktType: T
@@ -0,0 +1 @@
fun <<caret>T> function(t: T) = TODO()
@@ -0,0 +1,2 @@
expression: T
ktType: T
@@ -0,0 +1 @@
inline fun <reified <caret>T> function(t: T) = TODO()
@@ -0,0 +1,2 @@
expression: reified T
ktType: T