mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 08:31:29 +00:00
10 lines
139 B
Kotlin
Vendored
10 lines
139 B
Kotlin
Vendored
// DISABLE-ERRORS
|
|
|
|
expect class WithSecondaryConstructor {
|
|
constructor(x: Int, s: String)
|
|
|
|
fun bar(x: String)
|
|
|
|
val z: Double
|
|
}
|