Consider only source-compatible modules in allImplementingModules use-sites
So #KT-17400 Fixed So #KT-15680 Fixed So #KT-15660 Fixed Likely also #KT-16838 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
956ace3463
commit
0798e43524
@@ -0,0 +1,5 @@
|
||||
// "Create header function implementation for platform JVM" "true"
|
||||
|
||||
package test
|
||||
|
||||
header fun <caret>testHelper()
|
||||
@@ -0,0 +1,5 @@
|
||||
// "Create header function implementation for platform JVM" "true"
|
||||
|
||||
package test
|
||||
|
||||
header fun testHelper()
|
||||
@@ -0,0 +1 @@
|
||||
// testHelper: NOT to be implemented
|
||||
@@ -0,0 +1 @@
|
||||
// testHelper: NOT to be implemented
|
||||
@@ -0,0 +1,3 @@
|
||||
// testHelper: to be implemented
|
||||
|
||||
package test
|
||||
@@ -0,0 +1,5 @@
|
||||
// testHelper: to be implemented
|
||||
|
||||
package test
|
||||
|
||||
impl fun testHelper() {}
|
||||
Reference in New Issue
Block a user