This commit is contained in:
Natalia Ukhorskaya
2014-06-05 13:15:15 +04:00
parent 906a3ea905
commit 03d2e89c6b
@@ -165,7 +165,7 @@ class AnalysisResult (
fun renderMessage(): String {
val message = JetRefactoringBundle.message(when(this) {
NO_EXPRESSION -> "cannot.refactor.no.expresson"
NO_EXPRESSION -> "cannot.refactor.no.expression"
NO_CONTAINER -> "cannot.refactor.no.container"
SUPER_CALL -> "cannot.extract.super.call"
DENOTABLE_TYPES -> "parameter.types.are.not.denotable"