Hi

In the example of the documentation
https://groovy-lang.org/semantics.html#type-inference the callout number
3 states 'calling |upper| will fail at compile time'. But when I run
those three lines of code in GroovyConsole I get
groovy.lang.MissingMethodException which is a runtime exception.

So shouldn't it say '... will fail at runtime'?

Thanks.

Henry



Reply via email to