3612c2983e
This can fix a lot of issues related to inexact generation, in particular #KT-27093 Fixed
4 lines
179 B
Plaintext
Vendored
4 lines
179 B
Plaintext
Vendored
// x: to be implemented
|
|
actual var x: Int
|
|
get() = TODO("not implemented") //To change initializer of created properties use File | Settings | File Templates.
|
|
set(value) {} |