aboutsummaryrefslogtreecommitdiff
path: root/test/data/functions
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/functions')
-rw-r--r--test/data/functions/function.kt4
-rw-r--r--test/data/functions/functionWithParams.kt4
2 files changed, 8 insertions, 0 deletions
diff --git a/test/data/functions/function.kt b/test/data/functions/function.kt
new file mode 100644
index 00000000..878b017b
--- /dev/null
+++ b/test/data/functions/function.kt
@@ -0,0 +1,4 @@
+/**
+ * doc
+ */
+fun fn() {} \ No newline at end of file
diff --git a/test/data/functions/functionWithParams.kt b/test/data/functions/functionWithParams.kt
new file mode 100644
index 00000000..9d3a0ad7
--- /dev/null
+++ b/test/data/functions/functionWithParams.kt
@@ -0,0 +1,4 @@
+/**
+ * doc
+ */
+fun function(x : Int) {} \ No newline at end of file