Reserve 'typeof' as a keyword
This commit is contained in:
Vendored
+2
@@ -1,5 +1,7 @@
|
||||
fun yield() {}
|
||||
fun typeof() {}
|
||||
|
||||
fun test() {
|
||||
yield
|
||||
typeof
|
||||
}
|
||||
Reference in New Issue
Block a user