Join Slack
Powered by
Use `run`. It's inlined, so it fulfills the same p...
# announcements
r
Ruckus
06/08/2017, 6:56 PM
Use
run
. It's inlined, so it fulfills the same purpose
Copy code
@Test fun test() { run { val foo = //... } run { val foo = // .. something new } }
Open in Slack
Previous
Next