[FIR] do not ignore nested type aliases in FirNestedClassifierScope

This commit is contained in:
Ilya Kirillov
2022-11-10 14:29:41 +01:00
parent 7059f7fbe7
commit 4b7cacd55e
12 changed files with 45 additions and 106 deletions
@@ -4,4 +4,6 @@ typealias TopLevelAlias = X<kotlin.Int>
class A {
fun check()
typealias NestedLevelAlias = X<kotlin.String>
}