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
98 | extension TreeMap {
99 | @JavaClass("java.util.AbstractMap$SimpleImmutableEntry")
100 | open class SimpleImmutableEntry<K: AnyJavaObject, V: AnyJavaObject>: JavaObject {
| `- warning: generic parameter 'V' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
it'd be nice to avoid them, e.g. make those V1 or something
The text was updated successfully, but these errors were encountered:
We have a lot of noise thanks to these:
it'd be nice to avoid them, e.g. make those V1 or something
The text was updated successfully, but these errors were encountered: