Minor. Add regression test for KT-42696
#KT-42696 Fixed
This commit is contained in:
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user