Minor, add debug stepping test for KT-44745

This commit is contained in:
Alexander Udalov
2021-03-09 21:57:45 +01:00
committed by Space Team
parent 59f9d0afd9
commit 45bf70c9f9
7 changed files with 100 additions and 0 deletions
@@ -139,6 +139,12 @@ public class IrJsSteppingTestGenerated extends AbstractIrJsSteppingTest {
runTest("compiler/testData/debug/stepping/constructors.kt");
}
@Test
@TestMetadata("continue.kt")
public void testContinue() throws Exception {
runTest("compiler/testData/debug/stepping/continue.kt");
}
@Test
@TestMetadata("dataClass.kt")
public void testDataClass() throws Exception {