Provide default implementation for Annotations.findExternalAnnotation

This commit is contained in:
Alexander Udalov
2017-07-04 13:28:42 +03:00
parent 5636318eb4
commit 9ee4b39e1b
7 changed files with 2 additions and 18 deletions
@@ -194,8 +194,6 @@ private class EnhancedTypeAnnotations(private val fqNameToMatch: FqName) : Annot
else -> null
}
override fun findExternalAnnotation(fqName: FqName) = null
override fun getAllAnnotations() = this.map { AnnotationWithTarget(it, null) }
override fun getUseSiteTargetedAnnotations() = emptyList<AnnotationWithTarget>()