Migrate MultiModuleLineMarkerTest to the new CodeMetaInfo test infrastructure
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
MODULE base_common { platform=[JVM, JS, Native] }
|
||||
MODULE user_common { platform=[JVM, JS, Native] }
|
||||
MODULE user_jvm { platform=[JVM] }
|
||||
|
||||
user_common -> base_common { kind=DEPENDS_ON }
|
||||
user_jvm -> user_common { kind=DEPENDS_ON }
|
||||
@@ -0,0 +1,3 @@
|
||||
actual class <!LINE_MARKER("descr='Has declaration in common module'")!>Expected<!> {
|
||||
actual val <!LINE_MARKER("descr='Has declaration in common module'")!>some<!> = Some()
|
||||
}
|
||||
-3
@@ -1,3 +0,0 @@
|
||||
actual class <lineMarker>Expected</lineMarker> {
|
||||
actual val <lineMarker>some</lineMarker> = Some()
|
||||
}
|
||||
Reference in New Issue
Block a user