i18n: fix some tests
#KT-37483
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ class ConvertArrayParameterToVarargIntention : SelfTargetingIntention<KtParamete
|
|||||||
companion object {
|
companion object {
|
||||||
private val DEFAULT_TEXT: () -> String get() = KotlinBundle.lazyMessage("convert.to.vararg.parameter")
|
private val DEFAULT_TEXT: () -> String get() = KotlinBundle.lazyMessage("convert.to.vararg.parameter")
|
||||||
|
|
||||||
private val BREAKING_TEXT: () -> String get() = KotlinBundle.lazyMessage("0.may.break.code", DEFAULT_TEXT)
|
private val BREAKING_TEXT: () -> String get() = { KotlinBundle.message("0.may.break.code", DEFAULT_TEXT()) }
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user