JVM: missed line number for return expression.

This commit is contained in:
Jinseong Jeon
2020-03-03 15:11:45 -08:00
committed by max-kammerer
parent c29f76580c
commit 5dc1651a44
5 changed files with 77 additions and 4 deletions
@@ -85,6 +85,12 @@ public class IrSteppingTestGenerated extends AbstractIrSteppingTest {
runTest("compiler/testData/debug/stepping/namedCallableReference.kt");
}
@Test
@TestMetadata("nestedInline.kt")
public void testNestedInline() throws Exception {
runTest("compiler/testData/debug/stepping/nestedInline.kt");
}
@Test
@TestMetadata("recursion.kt")
public void testRecursion() throws Exception {
@@ -85,6 +85,12 @@ public class SteppingTestGenerated extends AbstractSteppingTest {
runTest("compiler/testData/debug/stepping/namedCallableReference.kt");
}
@Test
@TestMetadata("nestedInline.kt")
public void testNestedInline() throws Exception {
runTest("compiler/testData/debug/stepping/nestedInline.kt");
}
@Test
@TestMetadata("recursion.kt")
public void testRecursion() throws Exception {