Check also drop-box content in multi-module line marker tests
Related to KT-26957
This commit is contained in:
+10
-1
@@ -1,3 +1,12 @@
|
||||
interface <lineMarker>I</lineMarker> {
|
||||
suspend fun <lineMarker descr="<html><body>Is implemented in <br> KJs<br> KJvm</body></html>">foo</lineMarker>(s: String)
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
LINEMARKER: <html><body>Is implemented in <br> KJs<br> KJvm</body></html>
|
||||
TARGETS:
|
||||
js.kt
|
||||
suspend override fun <1>foo(s: String) {
|
||||
jvm.kt
|
||||
suspend override fun <2>foo(s: String) {
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user