blob: 68438c9d71e5e735a293ad84a3eb1b5d7d3826c2 [file] [log] [blame]
{ def Map< String > map, c
return 1+2 }
-----
{
def Map<String> map, c
return 1 + 2
}