blob: a0ad3a76e5fcc4a41bcefba97a31eb39249eaf08 [file]
class Pair(val first: Int, val second: Int)
fun foo(p: Pair) {
if (p.hashCode()<caret> < p.second)
}
// ELEMENT: hashCode
// CHAR: '\t'