FIR: support class annotations in JVM deserialized

This commit is contained in:
Mikhail Glukhikh
2019-04-22 15:31:50 +03:00
parent a9db64989b
commit 48cd9e3251
27 changed files with 196 additions and 41 deletions
@@ -410,7 +410,7 @@ abstract class AbstractBinaryClassAnnotationAndConstantLoader<A : Any, C : Any>(
val propertyConstants: Map<MemberSignature, C>
)
private companion object {
companion object {
val SPECIAL_ANNOTATIONS = listOf(
JvmAnnotationNames.METADATA_FQ_NAME,
JvmAnnotationNames.JETBRAINS_NOT_NULL_ANNOTATION,