Generate correct names for companion @JvmStatic accessors in annotation class
#KT-31389 Fixed
This commit is contained in:
+5
@@ -19422,6 +19422,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/jvmStatic/kt21246a.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt31389.kt")
|
||||
public void testKt31389() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/jvmStatic/kt31389.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt35716.kt")
|
||||
public void testKt35716() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/jvmStatic/kt35716.kt");
|
||||
|
||||
Reference in New Issue
Block a user