Mpp resolve: fix actual/expect declaration lookup

Previously we would look fo expect declaration in common dependencies
    as opposed to looking inside the module exclusively
This commit is contained in:
Pavel V. Talanov
2018-04-19 15:27:33 +02:00
parent cdb49511e6
commit 5ddb7c71d1
7 changed files with 21 additions and 7 deletions
@@ -1 +1,2 @@
expect class My
expect class My
expect fun bar()
@@ -1,3 +1,6 @@
class My
fun bar() {
}
actual fun foo(my: Any) {}