29ceb25f5c
Part of #KT-22211 Relates to #KT-38248 Relates to #KT-35244
7 lines
72 B
Kotlin
Vendored
7 lines
72 B
Kotlin
Vendored
fun a() {
|
|
val b = 3
|
|
"" +
|
|
"${<caret>}"
|
|
}
|
|
|
|
// IGNORE_FORMATTER |