3ba6b70f73
So #KT-18445 Fixed So #KT-21115 Fixed
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
|