Properly parse smap information

#KT-23369 Fixed
This commit is contained in:
Mikhael Bogdanov
2018-09-13 13:22:29 +02:00
parent 86ba5ebf29
commit a789fd92fe
10 changed files with 338 additions and 15 deletions
@@ -2841,6 +2841,36 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
runTest("compiler/testData/codegen/boxInline/smap/defaultFunction.kt");
}
@TestMetadata("kt23369.kt")
public void testKt23369() throws Exception {
runTest("compiler/testData/codegen/boxInline/smap/kt23369.kt");
}
@TestMetadata("kt23369_2.kt")
public void testKt23369_2() throws Exception {
runTest("compiler/testData/codegen/boxInline/smap/kt23369_2.kt");
}
@TestMetadata("kt23369_3.kt")
public void testKt23369_3() throws Exception {
runTest("compiler/testData/codegen/boxInline/smap/kt23369_3.kt");
}
@TestMetadata("kt23369_E.kt")
public void testKt23369_E() throws Exception {
runTest("compiler/testData/codegen/boxInline/smap/kt23369_E.kt");
}
@TestMetadata("kt23369_F.kt")
public void testKt23369_F() throws Exception {
runTest("compiler/testData/codegen/boxInline/smap/kt23369_F.kt");
}
@TestMetadata("kt23369_L.kt")
public void testKt23369_L() throws Exception {
runTest("compiler/testData/codegen/boxInline/smap/kt23369_L.kt");
}
@TestMetadata("oneFile.kt")
public void testOneFile() throws Exception {
runTest("compiler/testData/codegen/boxInline/smap/oneFile.kt");