-
-
Notifications
You must be signed in to change notification settings - Fork 118
Disallow block args in if/else if/else expressin #1094
Open
Description
Not urgent, but currently you can write things like:
@if(true) { (something: SomeType) =>
foo
}
I don't think that makes sense in twirl (?).
Also check other statements where we should disallow that.
Activity
Metadata
Metadata
Assignees
Labels
No labels