IJOB-579 Fix unwrap action detection in Surround and Unwrap Kotlin lesson

(cherry picked from commit 9275cd5ee988e83ca6346a7ef9a11d58e8df203e)

IJ-CR-147892

GitOrigin-RevId: 6dff34cd611d5cad0c0af3f7c2d608f1a47d1ee4
This commit is contained in:
Konstantin Hudyakov
2024-10-25 17:24:08 +03:00
committed by intellij-monorepo-bot
parent 0940352c6d
commit 318a6ca4c3

View File

@@ -18,5 +18,5 @@ class KotlinSurroundAndUnwrapLesson : SurroundAndUnwrapLesson() {
override val lineShiftBeforeUnwrap = -2
override val unwrapTryText = KotlinBundle.message("unwrap.expression", "try {...}")
override val unwrapTryText = KotlinBundle.message("unwrap.expression", "try {${Typography.ellipsis}}")
}