mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
11 lines
209 B
Kotlin
Vendored
11 lines
209 B
Kotlin
Vendored
// "Create actual interface for platform JVM" "true"
|
|
|
|
expect interface <caret>Interface {
|
|
fun foo(param: String): Int
|
|
|
|
fun String.bar(y: Double): Boolean
|
|
|
|
val isGood: Boolean
|
|
|
|
var status: Int
|
|
} |