Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
idea-completion
/
testData
/
smart
/
BeforeArgumentWithBinaryOperation2.kt
blob: 261605aa6e1e93f199a52563d57fb545ce05695c [
file
] [
log
] [
blame
]
val v1
:
Int
=
10
val v2
:
String
=
""
fun foo
(
i
:
Int
){}
var
call
:
A
=
foo
(<
caret
>
3
+
2
)
set
(
value
)
{
}
// EXIST: v1
// ABSENT: v2