mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 08:31:29 +00:00
15 lines
262 B
Kotlin
Vendored
15 lines
262 B
Kotlin
Vendored
// "Create actual class for module testModule_JVM (JVM)" "true"
|
|
|
|
expect class <caret>My {
|
|
fun foo(param: String): Int
|
|
|
|
fun String.bar(y: Double): Boolean
|
|
|
|
fun baz(): Unit
|
|
|
|
constructor(flag: Boolean)
|
|
|
|
val isGood: Boolean
|
|
|
|
var status: Int
|
|
} |