Load unsigned constants from class file with the use of expected type
This commit is contained in:
+2
@@ -126,6 +126,8 @@ class AnnotationLoaderForClassFileStubBuilder(
|
||||
|
||||
override fun loadConstant(desc: String, initializer: Any) = null
|
||||
|
||||
override fun transformToUnsignedConstant(constant: Unit) = null
|
||||
|
||||
override fun loadAnnotation(
|
||||
annotationClassId: ClassId, source: SourceElement, result: MutableList<ClassId>
|
||||
): KotlinJvmBinaryClass.AnnotationArgumentVisitor? {
|
||||
|
||||
Reference in New Issue
Block a user