Fix compilation in tests-compiler-utils
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ private val patterns = buildList {
|
|||||||
createPattern(
|
createPattern(
|
||||||
"SAM_CONVERSIONS",
|
"SAM_CONVERSIONS",
|
||||||
JVMConfigurationKeys.SAM_CONVERSIONS,
|
JVMConfigurationKeys.SAM_CONVERSIONS,
|
||||||
JvmSamConversions.Companion::fromString
|
JvmClosureGenerationScheme.Companion::fromString
|
||||||
)
|
)
|
||||||
createPattern(
|
createPattern(
|
||||||
"USE_OLD_INLINE_CLASSES_MANGLING_SCHEME",
|
"USE_OLD_INLINE_CLASSES_MANGLING_SCHEME",
|
||||||
|
|||||||
Reference in New Issue
Block a user