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