Where is the reference equality `===` in the gramm...
# kontributors
k
Where is the reference equality
===
in the grammer? http://kotlinlang.org/docs/reference/grammar.html
ctrl + F
doesn't find anything.
a
You're right, it's missing. Please file an issue here: http://kotl.in/issue
k
Will do. Out of curiosity, how did this happen? Isn't the tokenizer and parsing code autogenerated from the grammer?
a
This is not the actual grammar 🙂 It's only documentation, and an incomplete one.
k
Looks like there's already an issue for this: https://youtrack.jetbrains.com/issue/KT-20525
👍 1