[JS IR] Add test with fun interface call inside lambda
^KT-44433 fixed
This commit is contained in:
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user