@golub `data class A(val x: Int) {val y: Int = x +...
# announcements
v
@golub
data class A(val x: Int) {val y: Int = x + 1}
as an option