Minor change in log

This commit is contained in:
Valentin Kipyatkov
2016-09-02 14:34:52 +03:00
parent 8fd9b4a87b
commit e1c1c5fb59
18 changed files with 49 additions and 49 deletions
@@ -78,7 +78,7 @@ class ExpressionsOfTypeProcessor(
is PsiMethod, is KtFunction -> fqName + "()"
is KtParameter -> {
val owner = element.ownerFunction?.let { logPresentation(it) } ?: element.parent.toString()
"parameter ${element.name} in $owner"
"parameter ${element.name} of $owner"
}
is KtDestructuringDeclaration -> element.entries.joinToString(", ", prefix = "(", postfix = ")") { it.text }
else -> fqName