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