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
Fix failing neg/i16820 test on JDK < 15 (scala#16976)
Fixesscala#16969
`String.formatted` is a method added in JDK 15. In Scala, we also define
the extension methods with the same name. Because of that the code in
the snippet failed in unexpected manner.
0 commit comments