Fix linenumbers written to debug metadata
#KT-26848 Fixed
This commit is contained in:
+5
@@ -6461,6 +6461,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/coroutines/debug/debuggerMetadata.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("firstSuspensionPoint.kt")
|
||||
public void testFirstSuspensionPoint() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/debug/firstSuspensionPoint.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("runtimeDebugMetadata.kt")
|
||||
public void testRuntimeDebugMetadata() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/debug/runtimeDebugMetadata.kt");
|
||||
|
||||
Reference in New Issue
Block a user