Skip to content

Commit

Permalink
Fix failing test by marking 'type' as reserved word (#6904)
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough authored Aug 14, 2023
1 parent f7fc617 commit d94a32e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/pub_package_reader/lib/src/names.dart
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ const reservedWords = <String>{
'throw',
'true',
'try',
'type',
'typedef',
'var',
'void',
Expand Down

0 comments on commit d94a32e

Please sign in to comment.