Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.4.15
-
None
-
None
Description
Compiling this code:
@CompileStatic class Foo { Comparator byKey() { return Map.Entry.comparingByKey() } } new Foo().byKey()
Results in a Methodref not InterfaceMethodref in the bytecode.