Consider the following:
public class Main {
public static void main(String[] args) {
// break here
}
}
Evaluating an expression with a method pointer/reference, like args.collect(String.&toLowerCase) fails with message: Not implemented (Groovy-Eclipse)
Consider the following:
Evaluating an expression with a method pointer/reference, like
args.collect(String.&toLowerCase)fails with message: Not implemented (Groovy-Eclipse)