mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
14 lines
175 B
Kotlin
Vendored
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
|