Minor: LAMBDAS directive in old back-end tests
This commit is contained in:
@@ -35,6 +35,11 @@ private val patterns = buildList {
|
|||||||
JVMConfigurationKeys.SAM_CONVERSIONS,
|
JVMConfigurationKeys.SAM_CONVERSIONS,
|
||||||
JvmClosureGenerationScheme.Companion::fromString
|
JvmClosureGenerationScheme.Companion::fromString
|
||||||
)
|
)
|
||||||
|
createPattern(
|
||||||
|
"LAMBDAS",
|
||||||
|
JVMConfigurationKeys.LAMBDAS,
|
||||||
|
JvmClosureGenerationScheme.Companion::fromString
|
||||||
|
)
|
||||||
createPattern(
|
createPattern(
|
||||||
"USE_OLD_INLINE_CLASSES_MANGLING_SCHEME",
|
"USE_OLD_INLINE_CLASSES_MANGLING_SCHEME",
|
||||||
JVMConfigurationKeys.USE_OLD_INLINE_CLASSES_MANGLING_SCHEME,
|
JVMConfigurationKeys.USE_OLD_INLINE_CLASSES_MANGLING_SCHEME,
|
||||||
|
|||||||
Reference in New Issue
Block a user