Skip to content

Commit

Permalink
[Issue #1065] Introduced type keyword among the ones that need to b…
Browse files Browse the repository at this point in the history
…e escaped
  • Loading branch information
espinhogr committed Mar 3, 2019
1 parent e608ba7 commit 5d23249
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/apollo-codegen-scala/src/language.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ const reservedKeywords = new Set([
"trait",
"true",
"try",
"type",
"until",
"val",
"var",
Expand Down

0 comments on commit 5d23249

Please sign in to comment.