aboutsummaryrefslogtreecommitdiff
path: root/test/data/functions/functionWithReceiver.kt
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/functions/functionWithReceiver.kt')
-rw-r--r--test/data/functions/functionWithReceiver.kt5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/data/functions/functionWithReceiver.kt b/test/data/functions/functionWithReceiver.kt
new file mode 100644
index 00000000..663c3e56
--- /dev/null
+++ b/test/data/functions/functionWithReceiver.kt
@@ -0,0 +1,5 @@
+/**
+ * Function with receiver
+ */
+fun String.fn() {
+} \ No newline at end of file