24.4.15

Weird Syntax Error in Groovy

def x = null -> cool
def x =
  null -> cool tool
def x
 = null -> not cool....

No comments: