Migrate MultiModuleLineMarkerTest to the new CodeMetaInfo test infrastructure
This commit is contained in:
@@ -1 +1 @@
|
||||
expect fun <lineMarker descr="Has actuals in JVM">foo</lineMarker>(): Int
|
||||
expect fun <!LINE_MARKER("descr='Has actuals in JVM'")!>foo<!>(): Int
|
||||
@@ -0,0 +1,6 @@
|
||||
MODULE base_common { platform=[JVM, JS, Native] }
|
||||
MODULE base_jvm { platform=[JVM] }
|
||||
MODULE user_jvm { platform=[JVM] }
|
||||
|
||||
base_jvm -> base_common { kind=DEPENDS_ON }
|
||||
user_jvm -> base_common { kind=DEPENDS_ON }
|
||||
Reference in New Issue
Block a user