Migrate MultiModuleLineMarkerTest to the new CodeMetaInfo test infrastructure

This commit is contained in:
Alexander Dudinsky
2020-10-10 10:07:31 +03:00
parent 94bf38a7b5
commit 0e7e657657
76 changed files with 278 additions and 128 deletions
@@ -0,0 +1,4 @@
MODULE common { platform=[JVM, JS, Native] }
MODULE jvm { platform=[JVM] }
jvm -> common { kind=DEPENDS_ON }
@@ -1,4 +1,4 @@
actual annotation class <lineMarker>Ann</lineMarker> actual constructor(
actual val <lineMarker>x</lineMarker>: Int,
actual val <lineMarker>y</lineMarker>: String
actual annotation class <!LINE_MARKER("descr='Has declaration in common module'")!>Ann<!> actual constructor(
actual val <!LINE_MARKER("descr='Has declaration in common module'")!>x<!>: Int,
actual val <!LINE_MARKER("descr='Has declaration in common module'")!>y<!>: String
)