Comment
data class Comment(val text: String, val supplement: NodeSupplement = NodeSupplement()) : Node.Extra
AST node that represents a comment. The node corresponds to PsiComment.
AST node that represents a comment. The node corresponds to PsiComment.