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