Spring Support: Model diagram support for Kotlin classes

#KT-11692 In Progress
This commit is contained in:
Alexey Sedunov
2016-04-08 18:45:37 +03:00
parent 38522b09ce
commit 548d0cd4e5
10 changed files with 318 additions and 0 deletions
@@ -105,6 +105,10 @@ class KtLightAnnotation(
override fun getParent() = owner as? PsiElement
override fun delete() {
kotlinOrigin.delete()
}
override fun toString() = "@$qualifiedName"
override fun equals(other: Any?): Boolean {