Load unsigned constants from class file with the use of expected type

This commit is contained in:
Mikhail Zarechenskiy
2018-07-09 13:28:10 +03:00
parent 9b6e8fa5d1
commit 14b8ff7d71
6 changed files with 45 additions and 3 deletions
@@ -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? {