In groovy 2.5.*, the following code will fail to compile:
def TEST(String name) {
    println name
}
TEST 'hello'

Reply via email to