Uast: Fix an exception while converting type alias KotlinType to PsiType (KT-21874)

This commit is contained in:
Yan Zhulanow
2018-02-07 18:20:31 +03:00
parent 1cc4744345
commit 03a20384ef
3 changed files with 19 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
class A
typealias F = A.(A) -> A
typealias G = (F) -> F