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,3 @@
|
||||
header fun <lineMarker descr="Has implementations in JVM">foo</lineMarker>(): Int
|
||||
|
||||
header fun <lineMarker descr="Has implementations in JVM">foo</lineMarker>(arg: Int): Int
|
||||
@@ -0,0 +1,5 @@
|
||||
// !CHECK_HIGHLIGHTING
|
||||
|
||||
impl fun foo() = 42
|
||||
|
||||
impl fun foo(arg: Int) = 7 * arg
|
||||
Reference in New Issue
Block a user