diff options
Diffstat (limited to 'test/data/functions/functionWithNotDocumentedAnnotation.kt')
-rw-r--r-- | test/data/functions/functionWithNotDocumentedAnnotation.kt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/data/functions/functionWithNotDocumentedAnnotation.kt b/test/data/functions/functionWithNotDocumentedAnnotation.kt new file mode 100644 index 00000000..3c7e2ff9 --- /dev/null +++ b/test/data/functions/functionWithNotDocumentedAnnotation.kt @@ -0,0 +1,2 @@ +@Suppress("FOO") fun f() { +} |