Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
We need to support closures with no parameters for the neat GroovyMarkup syntax.
e.g.
builder.root {
child
}
Or as a simple example
block =
{ someMethod() }block.call()
Can the parser handle this bob?