mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 08:31:30 +00:00
15 lines
262 B
Kotlin
Vendored
15 lines
262 B
Kotlin
Vendored
// "Create header class implementation for platform JVM" "true"
|
|
|
|
header 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
|
|
} |