|
|
|
|
|
by yawaramin
1392 days ago
|
|
The braces here absolutely denote a new scope. You can't bind vals inside parentheses, for example. You can inside braces. > You can probably use () instead I would rather not as using braces for the final argument has been the Scala idiom for a long time now. |
|