Minor, add debug stepping test for KT-44745
This commit is contained in:
committed by
Space Team
parent
59f9d0afd9
commit
45bf70c9f9
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user