Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
idea-completion
/
testData
/
handlers
/
TabInsertInsideParentheses.kt.after
blob: f0cc2e11e775e12ef6921f05c80af25490dfdcb0 [
file
] [
log
] [
blame
]
fun foo
(
a
:
Int
)
{
}
fun test
()
{
val vvvvv
=
12
foo
(
vvvvv
<caret>
)
}