Files
kotlin-fork/idea/testData/formatter/SaveSpacesInDocComments.kt
T

12 lines
198 B
Kotlin
Vendored

/**
* Hello
*/
class Some {
/**
* Returns the collection of functions with duplicate function names filtered out
* so only the first one is included
*/
fun test() {
}
}