Skip to content

Commit

Permalink
Add export to list of reserved words (scala 3). (scalapb#1159)
Browse files Browse the repository at this point in the history
Add export to list of reserved words.
  • Loading branch information
alex-gaiduchok authored May 25, 2021
1 parent 29826e7 commit 9380eab
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1077,6 +1077,7 @@ object DescriptorImplicits {
"do",
"else",
"enum",
"export",
"extends",
"false",
"final",
Expand All @@ -1089,6 +1090,7 @@ object DescriptorImplicits {
"lazy",
"macro",
"match",
"ne",
"new",
"null",
"object",
Expand All @@ -1110,8 +1112,7 @@ object DescriptorImplicits {
"var",
"while",
"with",
"yield",
"ne"
"yield"
)

def primitiveWrapperType(messageType: Descriptor): Option[String] =
Expand Down

0 comments on commit 9380eab

Please sign in to comment.