[FIR] Actualize expect nested classes in type arguments in expect actual

...checker.

^KT-31636
This commit is contained in:
Roman Efremov
2023-11-27 15:40:59 +01:00
committed by Space Team
parent cec644e9db
commit d343e40ac5
3 changed files with 17 additions and 4 deletions
@@ -14,4 +14,4 @@ class FooImpl {
}
}
actual typealias <!NO_ACTUAL_CLASS_MEMBER_FOR_EXPECTED_CLASS!>Foo<!> = FooImpl
actual typealias Foo = FooImpl
@@ -14,4 +14,4 @@ class FooImpl {
}
}
actual typealias <!NO_ACTUAL_CLASS_MEMBER_FOR_EXPECTED_CLASS!>Foo<!> = FooImpl
actual typealias Foo = FooImpl