Files
kotlin-fork/idea/testData/formatter/SaveSpacesInDocComments.after.kt
T
2013-09-24 06:58:40 -07:00

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() {
}
}