- Variance keywords (
readonly,writeonly,in,out) on type parameters and object/class properties are now enabled by default. Theexperimental.allow_variance_keywordsis no longer needed to opt in. - The deprecated variance sigils error message now suggests the contextually correct keyword (
readonly/writeonlyfor property positions,out/infor type parameter positions) instead of listing both alternatives.