Files
kotlin-fork/idea/testData/inspectionsLocal/removeCurlyBracesFromTemplate/unnecessaryBrackets4.kt
T
2019-06-03 16:37:37 +07:00

5 lines
114 B
Kotlin
Vendored

fun foo() {
val x = 4
val y = "$<caret>{x}() this is okay, x will not be thought of as a function call"
}