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:
Mikhail Glukhikh
2017-04-18 12:34:11 +03:00
committed by Mikhail Glukhikh
parent 956ace3463
commit 0798e43524
24 changed files with 86 additions and 32 deletions
@@ -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()