[FIR] Provide implementation of ExpectActualMatchingContext for FIR

^KT-58578
This commit is contained in:
Dmitriy Novozhilov
2023-05-11 13:26:49 +03:00
committed by Space Team
parent 8338370fbd
commit b19116d3af
11 changed files with 370 additions and 609 deletions
@@ -9,7 +9,7 @@ expect class Foo {
// MODULE: m2-jvm()()(m1-common)
// FILE: jvm.kt
actual class Foo {
actual class <!NO_ACTUAL_CLASS_MEMBER_FOR_EXPECTED_CLASS!>Foo<!> {
fun bar(): String = "bar"
fun bas(g: Int) {}
}