Fix typo
This commit is contained in:
+1
-1
@@ -165,7 +165,7 @@ class AnalysisResult (
|
|||||||
|
|
||||||
fun renderMessage(): String {
|
fun renderMessage(): String {
|
||||||
val message = JetRefactoringBundle.message(when(this) {
|
val message = JetRefactoringBundle.message(when(this) {
|
||||||
NO_EXPRESSION -> "cannot.refactor.no.expresson"
|
NO_EXPRESSION -> "cannot.refactor.no.expression"
|
||||||
NO_CONTAINER -> "cannot.refactor.no.container"
|
NO_CONTAINER -> "cannot.refactor.no.container"
|
||||||
SUPER_CALL -> "cannot.extract.super.call"
|
SUPER_CALL -> "cannot.extract.super.call"
|
||||||
DENOTABLE_TYPES -> "parameter.types.are.not.denotable"
|
DENOTABLE_TYPES -> "parameter.types.are.not.denotable"
|
||||||
|
|||||||
Reference in New Issue
Block a user