you can also just define a method to simulate the ...
# language-proposals
u
you can also just define a method to simulate the multi let style:
Copy code
let(a, b) { a, b ->
        // both not null
}