145b2c260b
Part of #KT-22211
10 lines
177 B
Kotlin
Vendored
10 lines
177 B
Kotlin
Vendored
fun a() {
|
|
val b = 3
|
|
val select = """
|
|
select
|
|
${a<caret>}
|
|
from T
|
|
"""
|
|
}
|
|
|
|
// IGNORE_FORMATTER |