Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
idea-completion
/
testData
/
handlers
/
TabInsertInsideBraces.kt
blob: 7f8f66939aac6ce62c88a8387d0a66217312bc84 [
file
] [
log
] [
blame
]
fun foo
(
f
:
(
Int
)
->
Unit
)
=
12
fun test
()
{
val vvvvv
=
12
foo
{
vv
<caret>
}
}