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
Some tests are assuming that exhaustiveness for switch statements is available for the analysis which checks that functions always return a non-nullable value when required. Unfortunately, this is not true for the time being, see here. Therefore, the following tests need to be adjusted either to expect an additional error or to provide some exit path (return or throw) after the switch.
co19/LanguageFeatures/Patterns/Exhaustiveness/lifting_null_assert_pattern_A01_t01
co19/LanguageFeatures/Patterns/Exhaustiveness/lifting_null_check_pattern_A01_t01
... // Under triage, more to come
Uh oh!
There was an error while loading. Please reload this page.
Some tests are assuming that exhaustiveness for switch statements is available for the analysis which checks that functions always return a non-nullable value when required. Unfortunately, this is not true for the time being, see here. Therefore, the following tests need to be adjusted either to expect an additional error or to provide some exit path (return or throw) after the switch.
cc @eernstg
The text was updated successfully, but these errors were encountered: