As far as I understand, inline classes can impleme...
# announcements
m
As far as I understand, inline classes can implement an interface. However, when I call a function defined in the interface (with a default declaration) I get a
java.lang.NoSuchMethodError
thrown. Is this a known issue or am I doing something wrong?