Spring Support: Support "Autowired members defined in invalid Spring bean" inspection on Kotlin declarations

#KT-12079 Fixed
This commit is contained in:
Alexey Sedunov
2016-04-27 12:59:05 +03:00
parent d4aa179336
commit 44f565e600
11 changed files with 105 additions and 1 deletions
@@ -92,6 +92,8 @@ class KtLightAnnotation(
}
}
override fun isPhysical() = true
override fun getName() = null
override fun setName(newName: String) = throw IncorrectOperationException()