https://kotlinlang.org logo
k

kingsley

06/14/2016, 8:41 AM
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 ->
    //... 
}