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