kotlin interfaces can have method implementations,...
# announcements
d
kotlin interfaces can have method implementations, java 7 interfaces cant. What happens if I implement a kotlin interface with a method impl. into a java class? Does this even work?