Add missing case to DECLARATION_NAME_WITH_KIND renderer (EA-100667)

This commit is contained in:
Dmitry Jemerov
2017-04-27 11:51:50 +02:00
parent b58c512f7b
commit 184ff9542c
@@ -100,6 +100,7 @@ object Renderers {
is PropertyGetterDescriptor -> "property getter "
is PropertySetterDescriptor -> "property setter "
is FunctionDescriptor -> "function "
is PropertyDescriptor -> "property "
else -> throw AssertionError("Unexpected declaration kind: $it")
}
"$declarationKindWithSpace'${it.name.asString()}'"