Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
idea-completion
/
testData
/
handlers
/
basic
/
SpaceAfterParenthesisBug.kt.after
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'