bindManyInstances(String.class, "Hello", "world");
then called:
@Test print(@All String s) {
System.out.println(s);
}
it would print:
"Hello world"
or:
"world Hello"
This is not what I would expect, I was expecting to see it say it would print:
"Hello"
"world"
or:
"world"
"Hello"
No, no, it shouldn't concatenate. It will call the method multiple times, we just can't guarantee the order.
--
You received this message because you are subscribed to the Google Groups "Jukito" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jukito+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.