7bc2fcd657
Relates to #KT-31717
5 lines
114 B
Kotlin
Vendored
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"
|
|
} |