Migrate MultiModuleLineMarkerTest to the new CodeMetaInfo test infrastructure
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
MODULE common { platform=[JVM, JS, Native] }
|
||||
MODULE jvm { platform=[JVM] }
|
||||
|
||||
jvm -> common { kind=DEPENDS_ON }
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
actual class <lineMarker>SecondaryConstructor</lineMarker> {
|
||||
actual <lineMarker>constructor</lineMarker>(name: String, surname: String) {}
|
||||
actual class <!LINE_MARKER("descr='Has declaration in common module'")!>SecondaryConstructor<!> {
|
||||
actual <!LINE_MARKER("descr='Has declaration in common module'")!>constructor<!>(name: String, surname: String) {}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user