[Reflection] Fix parsing JVM function descriptors

#KT-60708
This commit is contained in:
Evgeniy.Zhelenskiy
2023-07-26 09:04:02 +02:00
committed by Space Team
parent df14f044cd
commit b89d8a65a1
8 changed files with 66 additions and 13 deletions
@@ -36502,6 +36502,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/reflection/functions/javaMethodsSmokeTest.kt");
}
@TestMetadata("parentheses.kt")
public void testParentheses() throws Exception {
runTest("compiler/testData/codegen/box/reflection/functions/parentheses.kt");
}
@TestMetadata("platformName.kt")
public void testPlatformName() throws Exception {
runTest("compiler/testData/codegen/box/reflection/functions/platformName.kt");