Whitespace
data class Whitespace(val text: String, val supplement: NodeSupplement = NodeSupplement()) : Node.Extra
AST node that represents a whitespace. The node corresponds to PsiWhiteSpace.
AST node that represents a whitespace. The node corresponds to PsiWhiteSpace.