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