IR lowering for computing trimIndent/trimMargin on constants

This commit is contained in:
Jake Wharton
2019-04-20 00:33:34 -04:00
committed by max-kammerer
parent d765bebcfc
commit aaf533df16
4 changed files with 110 additions and 4 deletions
@@ -114,6 +114,7 @@ val jvmPhases = namedIrFilePhase<JvmBackendContext>(
toArrayPhase then
flattenStringConcatenationPhase then
foldConstantLoweringPhase then
computeStringTrimPhase then
jvmBuiltinOptimizationLoweringPhase then
additionalClassAnnotationPhase then