Another thing is that you can have: ``` class A(va...
# random
o
Another thing is that you can have:
Copy code
class A(val name : String)
fun A(nameSource : NameSource) = A(nameSource.calculateName())