Line Marking: Fix search of overriding methods in platform modules

#KT-19212 Fixed
This commit is contained in:
Alexey Sedunov
2017-08-03 18:34:27 +03:00
parent 98eb990f30
commit 386b1fc002
7 changed files with 125 additions and 33 deletions
@@ -0,0 +1,3 @@
interface <lineMarker>I</lineMarker> {
suspend fun <lineMarker descr="<html><body>Is implemented in <br>&nbsp;&nbsp;&nbsp;&nbsp;KJs<br>&nbsp;&nbsp;&nbsp;&nbsp;KJvm</body></html>">foo</lineMarker>(s: String)
}