// INTENTION_TEXT: "Add import for 'kotlin.text.Regex.Companion.escape'" // WITH_RUNTIME import kotlin.text.Regex import kotlin.text.Regex.Companion.escape fun foo() { escape("") escape("") }