aboutsummaryrefslogtreecommitdiff
path: root/test/data/format/overloadsWithDescription.kt
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/format/overloadsWithDescription.kt')
-rw-r--r--test/data/format/overloadsWithDescription.kt15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/data/format/overloadsWithDescription.kt b/test/data/format/overloadsWithDescription.kt
deleted file mode 100644
index 740e642f..00000000
--- a/test/data/format/overloadsWithDescription.kt
+++ /dev/null
@@ -1,15 +0,0 @@
-/**
- * Performs an action on [x].
- *
- * This is a long description.
- * @param x the value to perform the action on.
- */
-fun f(x: Int) { }
-
-/**
- * Performs an action on [x].
- *
- * This is a long description.
- * @param x the value to perform the action on.
- */
-fun f(x: String) { }