mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
15 lines
261 B
Plaintext
Vendored
15 lines
261 B
Plaintext
Vendored
// "Create actual interface for module testModule_JVM (JVM)" "true"
|
|
|
|
expect interface Interface {
|
|
fun foo(param: String): Int
|
|
|
|
fun String.bar(y: Double): Boolean
|
|
|
|
val isGood: Boolean
|
|
|
|
var status: Int
|
|
|
|
class Nested {
|
|
fun bar()
|
|
}
|
|
} |