Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
idea-completion
/
testData
/
smart
/
BeforeArgumentWithBinaryOperation.kt
blob: f3cf5fa21f8dbd76b9bde5fa30efdb5754542738 [
file
] [
log
] [
blame
]
fun foo
(
s
:
String
){
}
fun bar
(
p1
:
String
,
p2
:
Int
)
{
foo
(<
caret
>
1
+
2
)
}
// EXIST: p1
// ABSENT: p2