Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
joinLines
/
declarationAndAssignment
/
simpleInitWithComments.kt
blob: b49c9a9ebc0de38c78d8105c08abe7aa7bb44692 [
file
] [
log
] [
blame
]
fun foo
(
n
:
Int
)
{
// foo3
<caret>
val
/* foo */
x
:
String
// foo2
x
=
/* bar2 */
""
// bar3
/* baz */
}