Migrate MultiModuleLineMarkerTest to the new CodeMetaInfo test infrastructure
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
expect class <lineMarker>WithCompanion</lineMarker> {
|
||||
companion <lineMarker>object</lineMarker> {
|
||||
expect class <!LINE_MARKER("descr='Has actuals in JVM'")!>WithCompanion<!> {
|
||||
companion <!LINE_MARKER("descr='Has actuals in JVM'")!>object<!> {
|
||||
|
||||
}
|
||||
}
|
||||
@@ -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