Skip to content

Commit

Permalink
Added index as a reserved name
Browse files Browse the repository at this point in the history
Dart uses the property index in enums.
  • Loading branch information
Kees-Schotanus committed Nov 5, 2024
1 parent b13fad7 commit 6edbedd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Kiota.Builder/Refiners/DartReservedNamesProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public class DartReservedNamesProvider : IReservedNamesProvider
"implements",
"import",
"in",
"index",
"int",
"interface",
"is",
Expand Down

0 comments on commit 6edbedd

Please sign in to comment.