kotlinx / ast

Generic AST parsing library for kotlin multiplatform
Apache License 2.0
325 stars 23 forks source link

Is that the BlockComment node would be parsed? #106

Open bigcat26 opened 4 months ago

bigcat26 commented 4 months 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?