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>NoConstructor2</lineMarker>(name: String) {
|
||||
actual class <!LINE_MARKER("descr='Has declaration in common module'")!>NoConstructor2<!>(name: String) {
|
||||
val myName = name
|
||||
actual fun <lineMarker>extraFun</lineMarker>() {}
|
||||
actual fun <!LINE_MARKER("descr='Has declaration in common module'")!>extraFun<!>() {}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user