File tree 2 files changed +4
-0
lines changed 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
** Prerelease**
4
4
5
+ - ` switch_on_type ` [ dart-lang/sdk #59546 ] [ ]
6
+
5
7
## [ 3.8.0] [ ]
6
8
7
9
- ` use_null_aware_elements ` [ dart-lang/sdk@4b9ed5e] [ ]
@@ -260,6 +262,7 @@ No changes.
260
262
[ dart-lang/sdk#54278 ] : https://github.com/dart-lang/sdk/issues/54278
261
263
[ dart-lang/sdk#57099 ] : https://github.com/dart-lang/sdk/issues/57099
262
264
[ dart-lang/sdk#59050 ] : https://github.com/dart-lang/sdk/issues/59050
265
+ [ dart-lang/sdk#59546 ] : https://github.com/dart-lang/sdk/issues/59546
263
266
[ dart-lang/sdk#59550 ] : https://github.com/dart-lang/sdk/issues/59550
264
267
[ dart-lang/sdk#59554 ] : https://github.com/dart-lang/sdk/issues/59554
265
268
[ dart-lang/sdk#59562 ] : https://github.com/dart-lang/sdk/issues/59562
Original file line number Diff line number Diff line change @@ -174,6 +174,7 @@ linter:
174
174
# - specify_nonobvious_local_variable_types # conflicts: omit_local_variable_types
175
175
- specify_nonobvious_property_types
176
176
- strict_top_level_inference
177
+ - switch_on_type
177
178
- test_types_in_equals
178
179
- throw_in_finally
179
180
- tighten_type_of_initializing_formals
You can’t perform that action at this time.
0 commit comments