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 +1,11 @@
actual class <lineMarker>WithConstructor</lineMarker> actual constructor(actual val x: Int, actual val s: String)
actual class <lineMarker descr="Has declaration in common module">WithConstructor</lineMarker> actual constructor(actual val x: Int, actual val s: String)
/*
LINEMARKER: Has declaration in common module
TARGETS:
common.kt
expect class <1>WithConstructor(x: Int, s: String) {
val <3>x: Int
val <2>s: String
*/