0fb183e302
So #KT-23762 Fixed
7 lines
80 B
Kotlin
Vendored
7 lines
80 B
Kotlin
Vendored
// DISABLE-ERRORS
|
|
|
|
expect class My {
|
|
val name: String
|
|
|
|
val age: String
|
|
} |