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
This is peculiar. It seems the type inference through multiple levels of
method invokations is better with Java 8 than Java 11.
Anyway, the outermost is(..) invocation is redundant (and in my opinion
also decreases readability), so they are removed to make the code
compile on Java 11.
0 commit comments