FIR IDE: render short names as for completion lookup element types

This commit is contained in:
Ilya Kirillov
2021-05-15 23:09:07 +02:00
committed by TeamCityServer
parent a718a2c2d8
commit f7cf80b8e9
15 changed files with 20 additions and 3 deletions
@@ -1,3 +1,4 @@
// FIR_COMPARISON
open class C<T> {
fun foo(t: T): T = t
}