blob: ff814043687fe70dae133495a9995b98bb64db1f [file] [log] [blame]
// IS_APPLICABLE: false
fun String.xxx(p: String): Int = 0
fun foo(x: String?) {
x?.<caret>xxx("1")
}