[FIR] Check for subtyping during actualization of supertypes of expect class

^KT-59356 Fixed
This commit is contained in:
Dmitriy Novozhilov
2023-06-16 17:35:01 +03:00
committed by Space Team
parent ac92c129bf
commit 1b24b95cde
26 changed files with 323 additions and 15 deletions
@@ -0,0 +1,8 @@
// FIR_IDENTICAL
// MODULE: m1-common
expect open class A
expect class B : A
// MODULE: m1-jvm()()(m1-common)
actual typealias A = Any
actual class B