[JS IR] Add test with fun interface call inside lambda

^KT-44433 fixed
This commit is contained in:
Ilya Goncharov
2021-01-25 13:41:50 +03:00
parent d6e74b9620
commit de3678a805
8 changed files with 61 additions and 0 deletions
@@ -12219,6 +12219,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/funInterface/funConversionInVararg.kt");
}
@TestMetadata("funInterfaceCallInLambda.kt")
public void testFunInterfaceCallInLambda() throws Exception {
runTest("compiler/testData/codegen/box/funInterface/funInterfaceCallInLambda.kt");
}
@TestMetadata("funInterfaceInheritance.kt")
public void testFunInterfaceInheritance() throws Exception {
runTest("compiler/testData/codegen/box/funInterface/funInterfaceInheritance.kt");