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
Rename underlyingIfRepeated(isJava) to translateFromRepeated(toArray)
The previous name was slightly misleading: we can pass Array sequence arguments
to Scala methods and Seq sequence argument to Java methods, so we may
want to translate a repeated parameter type to either an Array or a Seq
irrespective of what it erases to (we don't right now but we will in
the next commit).
0 commit comments