I tried experimenting with default interface methods to extend an API that involves users scheduling concrete generic jobs. I was quickly met with this dreaded error. And going into the Burst inspector and clicking on one of the jobs, I quickly learned that Burst is having trouble locating an empty defaulted interface method.
Are such methods supposed to be supported? And if not, can Burst please provide a better error message? I encountered this with 1.8.3, and then upgraded to 1.8.4 and cleared Burst cache and the error still persists.
IN-39884 if you want a copy of the project for yourself. I didn’t discover the error in the Burst Inspector until after submitting the bug.