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
|
|
}
|