Debugger: fix stepping in when

This commit is contained in:
Natalia Ukhorskaya
2014-10-31 12:34:20 +03:00
parent 221784b0f3
commit 0047655ed3
4 changed files with 99 additions and 0 deletions
@@ -224,6 +224,12 @@ public class KotlinSteppingTestGenerated extends AbstractKotlinSteppingTest {
String fileName = JetTestUtils.navigationMetadata("idea/testData/debugger/tinyApp/src/stepInto/stepInto/forLoop.kt");
doStepIntoTest(fileName);
}
@TestMetadata("whenExpr.kt")
public void testWhenExpr() throws Exception {
String fileName = JetTestUtils.navigationMetadata("idea/testData/debugger/tinyApp/src/stepInto/stepInto/whenExpr.kt");
doStepIntoTest(fileName);
}
}
@TestMetadata("idea/testData/debugger/tinyApp/src/filters")