2277dcc76f
#KT-27075 Fixed
13 lines
209 B
Plaintext
Vendored
13 lines
209 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
|
|
}
|
|
|
|
}
|
|
} |