aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/functions/functionWithReceiver.kt
diff options
context:
space:
mode:
Diffstat (limited to 'core/testdata/functions/functionWithReceiver.kt')
-rw-r--r--core/testdata/functions/functionWithReceiver.kt11
1 files changed, 0 insertions, 11 deletions
diff --git a/core/testdata/functions/functionWithReceiver.kt b/core/testdata/functions/functionWithReceiver.kt
deleted file mode 100644
index c8473251..00000000
--- a/core/testdata/functions/functionWithReceiver.kt
+++ /dev/null
@@ -1,11 +0,0 @@
-/**
- * Function with receiver
- */
-fun String.fn() {
-}
-
-/**
- * Function with receiver
- */
-fun String.fn(x: Int) {
-}