5fb90a8a81
Introduce helper class and move caret to it's original position. #KT-28739 Fixed
5 lines
76 B
Plaintext
Vendored
5 lines
76 B
Plaintext
Vendored
// IS_APPLICABLE: true
|
|
fun foo() {
|
|
val x = 4
|
|
val y = "${<caret>x}"
|
|
} |