NullLiteralExpression
data class NullLiteralExpression(val supplement: NodeSupplement = NodeSupplement()) : Node.Expression.ConstantLiteralExpression
AST node that represents a null literal expression. The node corresponds to KtConstantExpression whose expressionType is KtNodeTypes.NULL.