Today I found a really strange run time error invo...
# announcements
d
Today I found a really strange run time error involving SAM conversions and sub classing. Basically when referencing a SAM interface that is defined in a class
A
via a subclass
B
the creation fails at run time. I created a minimal example and posted it on stack overflow https://stackoverflow.com/questions/44809630/kotlin-sam-runtime-error-nosuchmethoderror-no-static-method Maybe someone can help me understand what is happening here?