Fix expect declarations available in completion in platform modules
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
package test
|
||||
|
||||
expect fun foo()
|
||||
|
||||
fun use() {
|
||||
foo<caret>
|
||||
}
|
||||
|
||||
// ABSENT: { lookupString: foo, module: testModule_JVM }
|
||||
// ABSENT: { lookupString: foo, module: testModule_JS }
|
||||
// EXIST: { lookupString: foo, module: testModule_Common }
|
||||
@@ -0,0 +1,3 @@
|
||||
package test
|
||||
|
||||
actual fun foo() {}
|
||||
@@ -0,0 +1,3 @@
|
||||
package test
|
||||
|
||||
actual fun foo() {}
|
||||
Reference in New Issue
Block a user