mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 08:31:29 +00:00
11 lines
240 B
Kotlin
Vendored
11 lines
240 B
Kotlin
Vendored
// "Create actual class for module testModule_JS (JS)" "true"
|
|
|
|
expect abstract class <caret>Abstract {
|
|
fun foo(param: String): Int
|
|
|
|
abstract fun String.bar(y: Double): Boolean
|
|
|
|
val isGood: Boolean
|
|
|
|
abstract var status: Int
|
|
} |