Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
joinLines
/
declarationAndAssignment
/
commentBetween.kt.after
blob: 078dd2d49bc51a9c2b75dbc07e843ec8549510b8 [
file
] [
log
] [
blame
]
fun foo
()
{
val v
:
Int
<caret>
// variable v
v
=
10
}