Minor. Add regression test for KT-42696

#KT-42696 Fixed
This commit is contained in:
Ilmir Usmanov
2023-05-10 18:11:13 +02:00
parent 9011af1008
commit aec78ab2d8
7 changed files with 117 additions and 0 deletions
@@ -391,6 +391,12 @@ public class IrJsSteppingTestGenerated extends AbstractIrJsSteppingTest {
runTest("compiler/testData/debug/stepping/nestedInline.kt");
}
@Test
@TestMetadata("noLinenumberInInvokeOfSuspendLambda.kt")
public void testNoLinenumberInInvokeOfSuspendLambda() throws Exception {
runTest("compiler/testData/debug/stepping/noLinenumberInInvokeOfSuspendLambda.kt");
}
@Test
@TestMetadata("noParametersArgumentCallInExpression.kt")
public void testNoParametersArgumentCallInExpression() throws Exception {