Files
kotlin/idea/testData/multiModuleLineMarker/fromCommonToJvmImpl/common/common.kt
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

14 lines
175 B
Kotlin
Vendored

// !CHECK_HIGHLIGHTING
expect class Header {
fun foo(): Int
}
expect class Incomplete {
fun foo(): Int
}
expect fun foo(arg: Int): String
expect val flag: Boolean