Closed
Description
Several co19/LanguageFeatures/Constructor-tear-offs tests are valid with sound null safety, but incorrect if running in unsound mode. These tests should be either fixed to work in both modes or updated to require sound null safety mode using
// Requirements=nnbd-strong
- co19/LanguageFeatures/Constructor-tear-offs/tearing_off_from_typedef_A02_t05 expects exception when
null
is passed as anint
argument:
- co19/LanguageFeatures/Constructor-tear-offs/tearing_off_from_typedef_A03_t03 expects exception when
null
is passed as aString
argument:
- co19/LanguageFeatures/Constructor-tear-offs/function_tearoffs_A01_t02 expects exception when
null
is passed as anint
argument (2 times, d3 == null):
- co19/LanguageFeatures/Constructor-tear-offs/named_constructor_A04_t20
- co19/LanguageFeatures/Constructor-tear-offs/tearing_off_from_typedef_A03_t06
- co19/LanguageFeatures/Constructor-tear-offs/named_constructor_A04_t19
Metadata
Metadata
Assignees
Labels
No labels