Skip to content

Support @implicit ... keywordΒ #1093

@mkurz

Description

@mkurz

Now that we support @var, @val, @lazy val it makes sense IMHO to also support

  • @implicit var
  • @implicit val
  • @implicit lazy val
  • @implicit foo (def called foo)

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions