Closed scheglov closed 4 years ago
https://github.com/dart-lang/sdk/issues/40959 for analyzer
Also co19/LanguageFeatures/nnbd/null_aware_operator_A17_t03
Also co19/LanguageFeatures/nnbd/null_aware_operator_A17_t06
Also co19/LanguageFeatures/nnbd/null_aware_operator_A17_t07
It is a warning to use
?..
when the target is strictly non-nullable. See the spec.It is a warning to use a null aware operator (?., ?[], ?.., ??, ??=, or ...?) on an expression of type T if T is strictly non-nullable.
There are also analyzer bugs for this test case.