Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
formatter
/
DanglingComments.after.kt
blob: 30aa7cf657af32f749f94ac442a11def28cd44e1 [
file
] [
log
] [
blame
]
fun x1
()
=
// cx1
42
fun x2
()
=
/* cx2 */
42
fun x3
()
{
1
+
// cx4_1
2
1
+
/* cx4_2 */
2
}