Ran into an interesting interaction between an int...
# announcements
m
Ran into an interesting interaction between an interface with default methods and the delegation feature. I suppose it makes sense and is not a bug but it was somewhat surprising to me. Namely, when you implement an interface via delegation, and the interface has default methods, the delegate's implementation wins. Example: