-
-
Notifications
You must be signed in to change notification settings - Fork 117
Open
Description
Now that we support @var, @val, @lazy val it makes sense IMHO to also support
@implicit var@implicit val@implicit lazy val@implicit foo(defcalledfoo)
instead of requiring values and variables to be prefixed with like @val implicitSomeVar (like we do now).
Should not break anything since implicit is a scala keyword and could not be used in twirl until now anyway.
JamesWilson3 and Enet4
Metadata
Metadata
Assignees
Labels
No labels