Files
kotlin/idea/testData/multiModuleLineMarker/fromCommonToJvmHeader/common/common.kt
Mikhail Glukhikh 4e56fda439 Introduce isExpect/ActualDeclaration in KotlinLineMarkerProvider
Treat every member of expect declaration as expect declaration itself
So #KT-18455 Fixed
2017-10-10 10:44:35 +03:00

8 lines
203 B
Kotlin
Vendored

expect class <lineMarker>Header</lineMarker> {
fun <lineMarker>foo</lineMarker>(): Int
}
expect fun <lineMarker>foo</lineMarker>(arg: Int): String
expect val <lineMarker>flag</lineMarker>: Boolean