operator fun String.get(p1: Int, p2: Int): Int = 0 fun bar() { ""[] } // ABSENT: p1 // ABSENT: p2