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

12 lines
391 B
Kotlin
Vendored

expect class <!LINE_MARKER("descr='Has actuals in JVM'")!>Header<!> {
fun <!LINE_MARKER("descr='Has actuals in JVM'")!>foo<!>(): Int
}
expect class <!LINE_MARKER("descr='Has actuals in JVM'")!>Incomplete<!> {
fun foo(): Int
}
expect fun <!LINE_MARKER("descr='Has actuals in JVM'")!>foo<!>(arg: Int): String
expect val <!LINE_MARKER("descr='Has actuals in JVM'")!>flag<!>: Boolean