Check also drop-box content in multi-module line marker tests

Related to KT-26957
This commit is contained in:
Mikhail Glukhikh
2018-10-25 13:04:47 +03:00
parent f4c77ec66f
commit e39953c4a0
10 changed files with 163 additions and 76 deletions
@@ -1,3 +1,12 @@
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)
}
}
/*
LINEMARKER: <html><body>Is implemented in <br>&nbsp;&nbsp;&nbsp;&nbsp;KJs<br>&nbsp;&nbsp;&nbsp;&nbsp;KJvm</body></html>
TARGETS:
js.kt
suspend override fun <1>foo(s: String) {
jvm.kt
suspend override fun <2>foo(s: String) {
*/