Hey, interop question, I call a java method that r...
# announcements
f
Hey, interop question, I call a java method that returns a java array of Strings and I want to pass it to a java method that takes varargs of String... How do I have to do that?