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
@@ -1,4 +1,4 @@
expect annotation class <lineMarker>Ann</lineMarker>(
val <lineMarker>x</lineMarker>: Int,
val <lineMarker>y</lineMarker>: String
expect annotation class <!LINE_MARKER("descr='Has actuals in JVM'")!>Ann<!>(
val <!LINE_MARKER("descr='Has actuals in JVM'")!>x<!>: Int,
val <!LINE_MARKER("descr='Has actuals in JVM'")!>y<!>: String
)