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