Migrate MultiModuleLineMarkerTest to the new CodeMetaInfo test infrastructure
This commit is contained in:
+3
-3
@@ -1,4 +1,4 @@
|
||||
expect annotation class <lineMarker>Ann</lineMarker>(
|
||||
val <lineMarker>x</lineMarker>: Int,
|
||||
val <lineMarker>y</lineMarker>: String
|
||||
expect annotation class <!LINE_MARKER("descr='Has actuals in JVM'")!>Ann<!>(
|
||||
val <!LINE_MARKER("descr='Has actuals in JVM'")!>x<!>: Int,
|
||||
val <!LINE_MARKER("descr='Has actuals in JVM'")!>y<!>: String
|
||||
)
|
||||
Reference in New Issue
Block a user