so maybe that's not what you need, because the cod...
# reflect
u
so maybe that's not what you need, because the code working with
Copy code
class A(val x: String)
can also perfectly work with
Copy code
class A(x: String) {
    val x: String = x
}