Java to Kotlin converter: corrected test output

This commit is contained in:
Valentin Kipyatkov
2014-06-10 14:26:10 +04:00
parent 00ed2f4955
commit 43cac31722
@@ -16,7 +16,7 @@ class A {
}
assert(element is PsiMethod) { "Method accepts only kotlin functions/properties and java methods, but '" + element.getText() + "' was found" }
return JetRefactoringUtil.formatPsiMethod((element as PsiMethod), true, false)
return JetRefactoringUtil.formatPsiMethod(element as PsiMethod, true, false)
}
protected fun getDimensionServiceKey(): String {