Reserve 'typeof' as a keyword

This commit is contained in:
Alexey Tsvetkov
2015-12-09 18:37:31 +03:00
parent 4c3f620255
commit 199827635f
141 changed files with 1126 additions and 1102 deletions
@@ -52,6 +52,7 @@ public class KeywordStringsGenerated {
"do",
"when",
"interface",
"yield"
"yield",
"typeof"
));
}