Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
refactoring
/
introduceVariable
/
ArrayAccessExpr.kt
blob: fbf1aaa74c46ce20ee191ac2d3951cb2e2e5c60c [
file
] [
log
] [
blame
]
fun f
(
list
:
List
<
String
>)
{
val value
=
list
[<
selection
>
1
+
2
</
selection
>]
}