cb0cf8e563
#KT-1545 Open
12 lines
198 B
Kotlin
Vendored
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() {
|
|
}
|
|
}
|