JVM: parse KotlinDebug when regenerating anonymous objects
This commit is contained in:
+10
@@ -48,6 +48,16 @@ public class KotlinExceptionFilterTestGenerated extends AbstractKotlinExceptionF
|
||||
runTest("idea/testData/debugger/exceptionFilter/inlineFunCallSiteInInlineLambda/");
|
||||
}
|
||||
|
||||
@TestMetadata("inlineFunCallSiteInLambdaInlinedIntoObject")
|
||||
public void testInlineFunCallSiteInLambdaInlinedIntoObject() throws Exception {
|
||||
runTest("idea/testData/debugger/exceptionFilter/inlineFunCallSiteInLambdaInlinedIntoObject/");
|
||||
}
|
||||
|
||||
@TestMetadata("inlineFunCallSiteInRegeneratedObject")
|
||||
public void testInlineFunCallSiteInRegeneratedObject() throws Exception {
|
||||
runTest("idea/testData/debugger/exceptionFilter/inlineFunCallSiteInRegeneratedObject/");
|
||||
}
|
||||
|
||||
@TestMetadata("inlineFunFromLibrary")
|
||||
public void testInlineFunFromLibrary() throws Exception {
|
||||
runTest("idea/testData/debugger/exceptionFilter/inlineFunFromLibrary/");
|
||||
|
||||
Reference in New Issue
Block a user