Skip to content

Commit

Permalink
Added override keyword to exceptionWords
Browse files Browse the repository at this point in the history
  • Loading branch information
Uladzimir Paliukhovich committed Jan 24, 2024
1 parent 314f464 commit 77f17cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/src/exception_words.dart
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ List<String> exceptionWords = <String>[
'try',
'client',
'hashCode',
'value'
'value',
'override',
];

0 comments on commit 77f17cb

Please sign in to comment.