Hello Lambdoners!
The day has finally come. Today I will be attempting to convert the lambda JDK repo to use the latest EDR syntax.
public void method() default { foo(); }
becomes
public default void method() { foo(); }
I expect to commit the change around Wednesday noon PST
Mike