[kotlin][tests][compiler/testData/debug/stepping] kt-42208 test added.
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
|||||||
|
// FILE: test.kt
|
||||||
|
|
||||||
|
fun box() {
|
||||||
|
foo()()
|
||||||
|
}
|
||||||
|
// FILE: test1.kt
|
||||||
|
// aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
||||||
|
inline fun foo() = {
|
||||||
|
}
|
||||||
|
// LINENUMBERS
|
||||||
|
// test.kt:4 box
|
||||||
|
// test1.kt:3 box
|
||||||
|
// test1.kt:4 box
|
||||||
|
// LINENUMBERS JVM_IR
|
||||||
|
// test.kt:4 box
|
||||||
|
// test1.kt:4 invoke
|
||||||
|
// test.kt:4 box
|
||||||
|
// LINENUMBERS
|
||||||
|
// test.kt:5 box
|
||||||
Generated
+6
@@ -248,6 +248,12 @@ public class IrSteppingTestGenerated extends AbstractIrSteppingTest {
|
|||||||
runTest("compiler/testData/debug/stepping/inlineSimpleCall.kt");
|
runTest("compiler/testData/debug/stepping/inlineSimpleCall.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("kt42208.kt")
|
||||||
|
public void testKt42208() throws Exception {
|
||||||
|
runTest("compiler/testData/debug/stepping/kt42208.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("lambdaStepInline.kt")
|
@TestMetadata("lambdaStepInline.kt")
|
||||||
public void testLambdaStepInline() throws Exception {
|
public void testLambdaStepInline() throws Exception {
|
||||||
|
|||||||
Generated
+6
@@ -248,6 +248,12 @@ public class SteppingTestGenerated extends AbstractSteppingTest {
|
|||||||
runTest("compiler/testData/debug/stepping/inlineSimpleCall.kt");
|
runTest("compiler/testData/debug/stepping/inlineSimpleCall.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("kt42208.kt")
|
||||||
|
public void testKt42208() throws Exception {
|
||||||
|
runTest("compiler/testData/debug/stepping/kt42208.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("lambdaStepInline.kt")
|
@TestMetadata("lambdaStepInline.kt")
|
||||||
public void testLambdaStepInline() throws Exception {
|
public void testLambdaStepInline() throws Exception {
|
||||||
|
|||||||
Reference in New Issue
Block a user