You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like neither Eclipse ecj nor javac in Java 11 complains when
using constructor references in these very special cases used for unit
testing. But javac in Java 8 does. So, we're now using lambda
expressions in place of constructor references: this seems to make all
compilers happy.
0 commit comments