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
At the top level of concrete type lambda parameters, variance annotations are not allowed.
242
+
However, in internal types, all type lambda parameters have explicit variance annotations.
243
+
244
+
When translating a concrete type lambda into an internal one, the variance of each type parameter is _inferred_ from its usages in the body of the type lambda.
245
+
228
246
## Definitions
229
247
230
248
From here onwards, we refer to internal types by default.
0 commit comments