createFirLiteralExpression
inline fun <T> createFirLiteralExpression(kind: ConstantValueKind, value: T, source: KtSourceElement? = null, annotations: MutableList<FirAnnotation> = mutableListOf(), setType: Boolean = true): FirLiteralExpression