Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
joinDeclarationAndAssignment
/
simpleLocal.kt.after
blob: 47de0c68c3f8e0ef48597cb05f2b7462d2e9e066 [
file
] [
log
] [
blame
]
fun foo
()
{
val s
<selection>
:
String
</
selection
><
caret
>
=
"Hello"
}