aboutsummaryrefslogtreecommitdiff
path: root/test/data/functions/functionWithNotDocumentedAnnotation.kt
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/functions/functionWithNotDocumentedAnnotation.kt')
-rw-r--r--test/data/functions/functionWithNotDocumentedAnnotation.kt2
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() {
-}