Files
kotlin-fork/idea/testData/multiModuleLineMarker/fromCommonToJvmImpl/jvm/jvm.kt
T
Mikhail Glukhikh 3ba6b70f73 Show expect / actual gutter even for incomplete compatibility
So #KT-18445 Fixed
So #KT-21115 Fixed
2018-02-06 09:50:00 +03:00

12 lines
269 B
Kotlin
Vendored

actual class <lineMarker>Header</lineMarker> {
actual fun <lineMarker>foo</lineMarker>() = 42
}
actual class <lineMarker>Incomplete</lineMarker>
actual fun <lineMarker>foo</lineMarker>(arg: Int) = arg.toString()
actual val <lineMarker>flag</lineMarker> = true