Skip to content

Commit dacf413

Browse files
Downgrade FIXME
1 parent 09181aa commit dacf413

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tools/analyzer_plugin/test/unit/util/prop_declaration

tools/analyzer_plugin/test/unit/util/prop_declaration/util.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Future<ResolvedUnitResult> resolveFileAndGeneratedPart(SharedAnalysisContext sha
4242
.where((e) => e.severity != Severity.info && !e.errorCode.name.toLowerCase().startsWith('unused_'))
4343
// FIXME(FED-2015) remove once these are properly ignored in generated code
4444
.where((e) => e.errorCode.name.toLowerCase() != 'invalid_use_of_visible_for_overriding_member')
45-
// For some reason this is triggering for '$mustCallSuper'; ignore for now. FIXME look into what's going on here
45+
// For some reason this is triggering for '$mustCallSuper'; ignore for now. TODO look into what's going on here
4646
.where((e) => e.errorCode.name.toLowerCase() != 'invalid_annotation_target')
4747
.toList();
4848

0 commit comments

Comments
 (0)