Files
kotlin-fork/idea/idea-completion/testData/handlers/basic/stringTemplate/GlobalVal.kt
T
Roman Golyshev 4c0cab4756 FIR IDE: Always insert additional spaces into lambda brackets
The customization of this with
`INSERT_WHITESPACES_IN_SIMPLE_ONE_LINE_METHOD` will be supported later
2021-03-19 17:44:15 +03:00

10 lines
78 B
Kotlin
Vendored

package p
val vvv = 1
fun foo() {
val s = "$<caret>"
}
// ELEMENT: vvv