Minor: remove outdated comment

This commit is contained in:
Nikolay Krasko
2016-06-22 16:49:12 +03:00
committed by Nikolay Krasko
parent eee45e91ce
commit 51a2abdbc2
@@ -54,7 +54,6 @@ class JvmFieldApplicabilityChecker : SimpleDeclarationChecker {
val annotation = descriptor.findJvmFieldAnnotation() ?: return
val problem = when {
// First two cases just prevent duplication of WRONG_ANNOTATION_TARGET
descriptor !is PropertyDescriptor -> return
declaration is KtProperty && declaration.hasDelegate() -> DELEGATE
!descriptor.hasBackingField(bindingContext) -> return