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
[backport] Make the CharSequence wrappers in Predef non-implicit, for JDK 15
In JDK 15 CharSequence has an isEmpty method with a default
implementation, which clashes with our Array[Char]#isEmpty,
IndexedSeq[Char]#isEmpty, as well as our StringBuilder and reflect's
Name.
Backport of scala/scala#9292 from 2.13.x to 2.12.x
implicitfinalclassArrayCharSequence(@deprecated("will be made private", "2.12.0") @deprecatedName(null, "2.12.0") val__arrayOfChars:Array[Char]) extendsCharSequence {
finalclassArrayCharSequence(@deprecated("will be made private", "2.12.0") @deprecatedName(null, "2.12.0") val__arrayOfChars:Array[Char]) extendsCharSequence {
0 commit comments