Hi ~

I'm in the process of porting apache commons lang to scala, so it can
transpile to javascript/scala native. (
https://github.com/er1c/scala-apache-commons-lang3 FWIW)

One test I'm currently investigating is this line:

https://github.com/apache/commons-lang/blob/master/src/test/java/org/apache/commons/lang3/StringUtilsEqualsIndexOfTest.java#L401

What exactly is the difference between CharSequence... and CharSequence
signatures on the usage of indexOfAny.  I'm trying to figure out why the
expected index is "0" instead of "2"

Thanks!

-Eric

Reply via email to