kotlinx / ast

Generic AST parsing library for kotlin multiplatform
Apache License 2.0
316 stars 22 forks source link

Is that the BlockComment node would be parsed? #106

Open bigcat26 opened 1 month ago

bigcat26 commented 1 month ago

Hi, I've tested with the example to parse my own Kotlin file. By printing out all the rawAst nodes, I can find there were LineComment nodes presented but not any BlockComment node, so I wonder if the BlockComment node would not be returned at present?