Migrate MultiModuleLineMarkerTest to the new CodeMetaInfo test infrastructure
This commit is contained in:
+3
-3
@@ -1,9 +1,9 @@
|
||||
package sample
|
||||
|
||||
expect fun <lineMarker descr="Has actuals in common">sameFile</lineMarker>()
|
||||
expect fun <!LINE_MARKER("descr='Has actuals in common'")!>sameFile<!>()
|
||||
|
||||
actual fun <lineMarker>sameFile</lineMarker>() = Unit
|
||||
actual fun <!LINE_MARKER("descr='null'")!>sameFile<!>() = Unit
|
||||
|
||||
expect fun <lineMarker descr="Has actuals in common">sameModule</lineMarker>()
|
||||
expect fun <!LINE_MARKER("descr='Has actuals in common'")!>sameModule<!>()
|
||||
|
||||
fun noExpectActualDeclaration() = Unit
|
||||
+1
@@ -0,0 +1 @@
|
||||
MODULE common { platform=[JVM, JS, Native] }
|
||||
Reference in New Issue
Block a user