[Reflection] Fix parsing JVM function descriptors
#KT-60708
This commit is contained in:
committed by
Space Team
parent
df14f044cd
commit
b89d8a65a1
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user