Found an issue with the formal grammar presented i...
# announcements
j
Found an issue with the formal grammar presented in the documentation. It interprets the curly braces here:
Copy code
class Bar: Foo(){
}
as a lambda in a constructor call, which is not how Kotlin parses it. I'm not exactly sure how the grammar definition language used in the repository works or how to best fix it, but I had to make a patch to the ANTLR4 grammar derived from it to get this case working.