0fb183e302
So #KT-23762 Fixed
7 lines
252 B
Plaintext
Vendored
7 lines
252 B
Plaintext
Vendored
// "Add missing actual members" "true"
|
|
// DISABLE-ERRORS
|
|
|
|
actual class <caret>My(actual val name: String) {
|
|
actual val age: String
|
|
get() = TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
|
|
} |