Files
kotlin/idea/testData/multiModuleLineMarker/fromCommonToJvmImpl/common/common.kt
2017-09-15 18:29:06 +03:00

10 lines
127 B
Kotlin
Vendored

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