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
java.lang.ClassFormatError:Duplicate method name "m_seq2"with signature "(Ljava.lang.String;Lscala.collection.immutable.Seq;)V" in classfileC$
$ javap target/scala-3.0.1/classes/C\$.class
...
public final void m_seq2(java.lang.String, scala.collection.immutable.Seq<scala.collection.immutable.Seq<java.lang.Object>>);
public final void m_seq2(java.lang.String, scala.collection.immutable.Seq<scala.collection.immutable.Seq<java.lang.Object>>);
...