Add possibility to interpret and fold IrStringConcatenation expression
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ internal fun checkConstantArguments(
|
||||
if (exp is FirResolvedQualifier) {
|
||||
return ConstantArgumentKind.NOT_CONST
|
||||
}
|
||||
checkConstantArguments(exp, session).let { return it }
|
||||
checkConstantArguments(exp, session)?.let { return it }
|
||||
}
|
||||
}
|
||||
expression is FirGetClassCall -> {
|
||||
|
||||
Reference in New Issue
Block a user