So I needed to pass an instance of an interface. N...
# javascript
m
So I needed to pass an instance of an interface. NP, just functions were required, but the problem is that names of this function were changed to some random numbers. I solved this problem by JsName annotation but it is very disturbing to be forced to do that for every function. I think that if a function is defined in a public interface, its name shouldn't be changed