Files
kotlin-fork/idea/testData/kdoc/finder/Annotated.kt
T

5 lines
95 B
Kotlin
Vendored

class Foo() {
@Supress("unused")
/** Doc for method xyzzy */
fun xyzzy(): Int = 0
}