[FIR] Check for subtyping during actualization of supertypes of expect class
^KT-59356 Fixed
This commit is contained in:
committed by
Space Team
parent
ac92c129bf
commit
1b24b95cde
+8
@@ -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
|
||||
Reference in New Issue
Block a user