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
+2
View File
@@ -1,5 +1,7 @@
fun yield() {}
fun typeof() {}
fun test() {
yield
typeof
}