[FIR IDE] Fix TypeRef resolve to error type caused by invalid number of arguments

This commit is contained in:
Igor Yakovlev
2021-02-05 16:15:46 +03:00
parent f9e5584a3e
commit 04017b00a1
4 changed files with 32 additions and 3 deletions
@@ -0,0 +1,9 @@
package foo
class CC<T>
class DD<T, T2>
val v1 = D<caret>D<C<caret>C>
// REF1: (foo).DD
// REF2: (foo).CC