You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed, the solution is to call the methods on the module instance instead of the static methods.
Here we get the Class of the class (not module) and we use null to say that this is a static method. Instead we should return the class of the module and return the instance of that module by calling the MODULE$ method (or field) on it.
fails with
The text was updated successfully, but these errors were encountered: