Fix loading class literal value void.class in reflection
#KT-27878 Fixed
This commit is contained in:
+5
@@ -18914,6 +18914,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/reflection/annotations/annotationsOnJavaMembers.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("classLiteralWithVoidDefault.kt")
|
||||
public void testClassLiteralWithVoidDefault() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/annotations/classLiteralWithVoidDefault.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("findAnnotation.kt")
|
||||
public void testFindAnnotation() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/annotations/findAnnotation.kt");
|
||||
|
||||
Reference in New Issue
Block a user