Details
Description
def f() {1}
x = f
Throws
Caught: groovy.lang.MissingPropertyException: No such property: f for class: test
groovy.lang.MissingPropertyException: No such property: f for class: test
def f() {1}
x = f
Throws
Caught: groovy.lang.MissingPropertyException: No such property: f for class: test
groovy.lang.MissingPropertyException: No such property: f for class: test
Sooty Jochen this is nonsense