Join Slack
Powered by
```private fun foo(){ val any:String ...
# random
l
leosan
04/04/2017, 2:59 PM
Copy code
private fun foo(){ val any:String "".run{ any = "" } }
could someone explain why is not possible to assign a value inside the run block in this case?
Open in Slack
Previous
Next