AddMissingClassKeywordIntention: use 'KotlinBundle.lazyMessage'
This commit is contained in:
committed by
Vladimir Dolzhenko
parent
e2ee3d1d18
commit
4d1b5b84f8
@@ -18,7 +18,7 @@ import org.jetbrains.kotlin.psi.psiUtil.startOffset
|
||||
|
||||
class AddMissingClassKeywordIntention : SelfTargetingIntention<PsiElement>(
|
||||
PsiElement::class.java,
|
||||
KotlinBundle.message("add.missing.class.keyword")
|
||||
KotlinBundle.lazyMessage("add.missing.class.keyword")
|
||||
) {
|
||||
companion object {
|
||||
private val targetKeywords = listOf(
|
||||
|
||||
Reference in New Issue
Block a user