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
The check for adding trait constructor symbol needs to be improved, it appears in #110 it is not called when it should, and here it is called when it should not
Error
(run-main-2) java.lang.NoSuchMethodError: zio.App.$init$(Lzio/App;)V
java.lang.NoSuchMethodError: zio.App.$init$(Lzio/App;)V
at example.Main$.<clinit>(Main.scala:6)
at example.Main.main(Main.scala)
at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethod)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
The text was updated successfully, but these errors were encountered:
The check for adding trait constructor symbol needs to be improved, it appears in #110 it is not called when it should, and here it is called when it should not
Error
The text was updated successfully, but these errors were encountered: