summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jvm-debugger/test/test/org/jetbrains/kotlin/idea/debugger/test/IrKotlinEvaluateExpressionWithIRFragmentCompilerTestGenerated.java
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/jvm-debugger/test/test/org/jetbrains/kotlin/idea/debugger/test/IrKotlinEvaluateExpressionWithIRFragmentCompilerTestGenerated.java')
-rw-r--r--plugins/kotlin/jvm-debugger/test/test/org/jetbrains/kotlin/idea/debugger/test/IrKotlinEvaluateExpressionWithIRFragmentCompilerTestGenerated.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/kotlin/jvm-debugger/test/test/org/jetbrains/kotlin/idea/debugger/test/IrKotlinEvaluateExpressionWithIRFragmentCompilerTestGenerated.java b/plugins/kotlin/jvm-debugger/test/test/org/jetbrains/kotlin/idea/debugger/test/IrKotlinEvaluateExpressionWithIRFragmentCompilerTestGenerated.java
index 246144ea060a..806572a64c9b 100644
--- a/plugins/kotlin/jvm-debugger/test/test/org/jetbrains/kotlin/idea/debugger/test/IrKotlinEvaluateExpressionWithIRFragmentCompilerTestGenerated.java
+++ b/plugins/kotlin/jvm-debugger/test/test/org/jetbrains/kotlin/idea/debugger/test/IrKotlinEvaluateExpressionWithIRFragmentCompilerTestGenerated.java
@@ -1403,6 +1403,11 @@ public abstract class IrKotlinEvaluateExpressionWithIRFragmentCompilerTestGenera
runTest("testData/evaluation/multipleBreakpoints/inlineStackTrace.kt");
}
+ @TestMetadata("inlineStackTraceWithApply.kt")
+ public void testInlineStackTraceWithApply() throws Exception {
+ runTest("testData/evaluation/multipleBreakpoints/inlineStackTraceWithApply.kt");
+ }
+
@TestMetadata("inlineStackTraceWithNestedLambdas.kt")
public void testInlineStackTraceWithNestedLambdas() throws Exception {
runTest("testData/evaluation/multipleBreakpoints/inlineStackTraceWithNestedLambdas.kt");