Closed mbolotov closed 3 years ago
Hi @mbolotov,
thank you for reporting! It is fixed now, see https://github.com/kotlinx/ast/commit/5a03ad31d5be60982370d9bfeafb2cff026a54f2
Please try com.github.kotlinx.ast:grammar-kotlin-parser-antlr-kotlin:5a03ad31d5
and let me know, if it is also working for you.
it works for me, thanks! closing this issue
object node is always parsed empty. Parsing this piece of code
produces the following AST:
MyClass shows
myFun
node while MyObject does not.Lib version is 'com.github.kotlinx.ast:grammar-kotlin-parser-antlr-kotlin:c7dd6bbd54'