diff --git a/ScalaLoader-Common/src/main/java/xyz/janboerman/scalaloader/configurationserializable/runtime/types/ScalaCollection.java b/ScalaLoader-Common/src/main/java/xyz/janboerman/scalaloader/configurationserializable/runtime/types/ScalaCollection.java index 37b7584..7f891ee 100644 --- a/ScalaLoader-Common/src/main/java/xyz/janboerman/scalaloader/configurationserializable/runtime/types/ScalaCollection.java +++ b/ScalaLoader-Common/src/main/java/xyz/janboerman/scalaloader/configurationserializable/runtime/types/ScalaCollection.java @@ -435,7 +435,7 @@ private static , scalaLoader.setN# + // now, invoke the constructors scala.SetN#, scalaLoader.setN# methodVisitor.visitMethodInsn(INVOKESPECIAL, setNClassName, "", "(" + Compat.stringRepeat("Ljava/lang/Object;", N) + ")V", false); operandStack.pop(N + 1); // arguments + the type itself methodVisitor.visitMethodInsn(INVOKESPECIAL, generatedClassName, "", "(" + setNClassDescriptor + ")V", false); operandStack.pop(2); methodVisitor.visitInsn(ARETURN);