Fix compilation in tests-compiler-utils

This commit is contained in:
Alexander Udalov
2021-02-03 13:04:21 +01:00
parent e0b6d4d917
commit 8b2279072f
@@ -33,7 +33,7 @@ private val patterns = buildList {
createPattern(
"SAM_CONVERSIONS",
JVMConfigurationKeys.SAM_CONVERSIONS,
JvmSamConversions.Companion::fromString
JvmClosureGenerationScheme.Companion::fromString
)
createPattern(
"USE_OLD_INLINE_CLASSES_MANGLING_SCHEME",