aboutsummaryrefslogtreecommitdiff
path: root/test/data
diff options
context:
space:
mode:
Diffstat (limited to 'test/data')
-rw-r--r--test/data/functions/functionWithParams.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/functions/functionWithParams.kt b/test/data/functions/functionWithParams.kt
index 559f4f78..52cd0744 100644
--- a/test/data/functions/functionWithParams.kt
+++ b/test/data/functions/functionWithParams.kt
@@ -3,5 +3,5 @@
* Function
* Documentation
*/
-fun function(x: Int) {
+fun function(/** parameter */ x: Int) {
} \ No newline at end of file