JVM: parse KotlinDebug when regenerating anonymous objects

This commit is contained in:
pyos
2020-04-08 13:53:17 +02:00
committed by max-kammerer
parent 1fe7ef6521
commit 5feadd56ef
14 changed files with 167 additions and 158 deletions
@@ -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/");