I don't see the problem with `val property = prope...
# announcements
k
I don't see the problem with
val property = property
though. Using your
let
function, you'll still have to define the vals explicitly anyway
Copy code
let(property, another) {
    first, second ->
    //... 
}