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