16 lines
258 B
Plaintext
Vendored
16 lines
258 B
Plaintext
Vendored
// DISABLE-ERRORS
|
|
|
|
expect class My {
|
|
inner class Nested(s: String) {
|
|
fun hello(): String
|
|
var ss: String
|
|
|
|
class OtherNested(d: Double) {
|
|
val dd: Double
|
|
var d: Double
|
|
}
|
|
|
|
val s: String
|
|
|
|
}
|
|
} |