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