KT-18501: Fix to find KDoc even if KDoc is in ModifierList

This commit is contained in:
takahirom
2017-06-25 22:54:59 +09:00
committed by Simon Ogorodnik
parent 4b92349031
commit fe9d3f16d3
3 changed files with 23 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
class Foo() {
@Supress("unused")
/** Doc for method xyzzy */
fun xyzzy(): Int = 0
}