We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ed15c1 commit feb486fCopy full SHA for feb486f
pkg/analysis_server/lib/src/services/correction/error_fix_status.yaml
@@ -278,7 +278,9 @@ CompileTimeErrorCode.CASE_BLOCK_NOT_TERMINATED:
278
The typical fix, when someone thought a termination was not needed, is to
279
add a break.
280
CompileTimeErrorCode.CASE_EXPRESSION_TYPE_IMPLEMENTS_EQUALS:
281
- status: noFix
+ status: needsFix
282
+ notes: |-
283
+ The fix could be to change the switch expression to an if statement.
284
CompileTimeErrorCode.CASE_EXPRESSION_TYPE_IS_NOT_SWITCH_EXPRESSION_SUBTYPE:
285
status: noFix
286
CompileTimeErrorCode.CAST_TO_NON_TYPE:
0 commit comments