3612c2983e
This can fix a lot of issues related to inexact generation, in particular #KT-27093 Fixed
7 lines
260 B
Plaintext
Vendored
7 lines
260 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 initializer of created properties use File | Settings | File Templates.
|
|
} |