Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
formatter
/
SaveSpacesInDocComments.kt
blob: 0a229a173844fe805424612b10ef321b4d25984b [
file
] [
log
] [
blame
]
/**
* Hello
*/
class
Some
{
/**
* Returns the collection of functions with duplicate function names filtered out
* so only the first one is included
*/
fun test
()
{
}
}