4 lines
84 B
Kotlin
Vendored
4 lines
84 B
Kotlin
Vendored
// IS_APPLICABLE: true
|
|
fun foo(`object`: Any) {
|
|
val bar = "$<caret>{`object`}"
|
|
} |