5 lines
95 B
Kotlin
Vendored
5 lines
95 B
Kotlin
Vendored
class Foo() {
|
|
@Supress("unused")
|
|
/** Doc for method xyzzy */
|
|
fun xyzzy(): Int = 0
|
|
} |