blob: 5e8bc0b6a6dfeaa9ab49c8983b738d72f2a94bca [file] [log] [blame]
// IS_APPLICABLE: true
fun foo() {
val x = 4
val y = "$<caret>{x}() this is okay, x will not be thought of as a function call"
}