Debugger: stop at closing bracket for functions without return statement

This commit is contained in:
Natalia Ukhorskaya
2014-11-06 18:27:51 +03:00
parent 878aac1acb
commit d4b0977381
7 changed files with 27 additions and 2 deletions
@@ -225,6 +225,12 @@ public class KotlinSteppingTestGenerated extends AbstractKotlinSteppingTest {
doStepIntoTest(fileName);
}
@TestMetadata("returnVoid.kt")
public void testReturnVoid() throws Exception {
String fileName = JetTestUtils.navigationMetadata("idea/testData/debugger/tinyApp/src/stepInto/stepInto/returnVoid.kt");
doStepIntoTest(fileName);
}
@TestMetadata("syntheticMethods.kt")
public void testSyntheticMethods() throws Exception {
String fileName = JetTestUtils.navigationMetadata("idea/testData/debugger/tinyApp/src/stepInto/stepInto/syntheticMethods.kt");