Fix expect declarations available in completion in platform modules
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package test
|
||||
|
||||
expect class 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 class Foo
|
||||
@@ -0,0 +1,3 @@
|
||||
package test
|
||||
|
||||
actual class Foo
|
||||
Reference in New Issue
Block a user