Use class name instead internal name in coroutines debug metadata

I.e. instead of slashes use dots in fqnames.

 #KT-28237 Fixed
This commit is contained in:
Ilmir Usmanov
2018-11-20 15:21:02 +03:00
parent 5483ce0933
commit bdd1eef39a
5 changed files with 57 additions and 1 deletions
@@ -6592,6 +6592,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/coroutines/debug/firstSuspensionPoint.kt");
}
@TestMetadata("fqName.kt")
public void testFqName() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/debug/fqName.kt");
}
@TestMetadata("runtimeDebugMetadata.kt")
public void testRuntimeDebugMetadata() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/debug/runtimeDebugMetadata.kt");