diff options
Diffstat (limited to 'test/data/functions/functionWithParams.kt')
-rw-r--r-- | test/data/functions/functionWithParams.kt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/data/functions/functionWithParams.kt b/test/data/functions/functionWithParams.kt deleted file mode 100644 index 85c49368..00000000 --- a/test/data/functions/functionWithParams.kt +++ /dev/null @@ -1,8 +0,0 @@ -/** - * Multiline - * - * Function - * Documentation - */ -fun function(/** parameter */ x: Int) { -}
\ No newline at end of file |