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