[JS IR BE] support SAM conversions in DCE-driven mode

This commit is contained in:
Anton Bannykh
2020-03-05 18:17:47 +03:00
committed by Anton Bannykh
parent 8fcd73e3cb
commit abc6ecaa1c
19 changed files with 48 additions and 30 deletions
@@ -1,7 +1,5 @@
// !LANGUAGE: +NewInference +FunctionalInterfaceConversion +SamConversionPerArgument +SamConversionForKotlinFunctions
// SKIP_DCE_DRIVEN
// This test should check argument coercion between the SAM and the lambda.
// For now it checks that Char is boxed in JS