Migrate MultiModuleLineMarkerTest to the new CodeMetaInfo test infrastructure
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package test
|
||||
|
||||
expect enum class <lineMarker>Enum</lineMarker> {
|
||||
<lineMarker>A</lineMarker>,
|
||||
<lineMarker>B</lineMarker>,
|
||||
<lineMarker>C</lineMarker>
|
||||
expect enum class <!LINE_MARKER("descr='Has actuals in JVM'")!>Enum<!> {
|
||||
<!LINE_MARKER("descr='Has actuals in JVM'")!>A<!>,
|
||||
<!LINE_MARKER("descr='Has actuals in JVM'")!>B<!>,
|
||||
<!LINE_MARKER("descr='Has actuals in JVM'")!>C<!>
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
MODULE common { platform=[JVM, JS, Native] }
|
||||
MODULE jvm { platform=[JVM] }
|
||||
|
||||
jvm -> common { kind=DEPENDS_ON }
|
||||
Reference in New Issue
Block a user