Files
kotlin-fork/idea/testData/multiModuleLineMarker/expectWithActualInSameModule/common/common.kt
T

9 lines
268 B
Kotlin
Vendored

package sample
expect fun <!LINE_MARKER("descr='Has actuals in common'")!>sameFile<!>()
actual fun <!LINE_MARKER("descr='null'")!>sameFile<!>() = Unit
expect fun <!LINE_MARKER("descr='Has actuals in common'")!>sameModule<!>()
fun noExpectActualDeclaration() = Unit