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:
+1
@@ -1 +1,2 @@
|
||||
expect class My
|
||||
expect fun bar()
|
||||
+2
-1
@@ -1 +1,2 @@
|
||||
class <error descr="[ACTUAL_MISSING] Declaration must be marked with 'actual'">My</error>
|
||||
class My
|
||||
fun bar() {}
|
||||
Reference in New Issue
Block a user