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