Open
Description
See playframework/playframework#3807
A template like this:
@(x: String)
@x @{x}
produces the wrong code:
_display_(x{{x}})
causing compile errors.
@x @x
, @{x} @x
, and @{x} @{x}
work fine.
See playframework/playframework#3807
A template like this:
@(x: String)
@x @{x}
produces the wrong code:
_display_(x{{x}})
causing compile errors.
@x @x
, @{x} @x
, and @{x} @{x}
work fine.
Activity