| Index: tests/language/language_analyzer.status
|
| diff --git a/tests/language/language_analyzer.status b/tests/language/language_analyzer.status
|
| index 9efc6c0aa80f73d102b87b197dc3f0779f248249..206249afe60a1f01008fa40c11762829c10f375a 100644
|
| --- a/tests/language/language_analyzer.status
|
| +++ b/tests/language/language_analyzer.status
|
| @@ -524,6 +524,9 @@ if_null_precedence_test: CompileTimeError
|
| if_null_behavior_test: CompileTimeError
|
| if_null_assignment_behavior_test: CompileTimeError
|
| if_null_assignment_static_test: CompileTimeError
|
| +conditional_property_assignment_test: CompileTimeError
|
| +conditional_property_access_test: CompileTimeError
|
| +conditional_method_invocation_test: CompileTimeError
|
|
|
| # Issue 16391. These tests are supposed to produce a compile time
|
| # error in checked mode, but they don't:
|
|
|