aboutsummaryrefslogtreecommitdiff
path: root/test/data/functions/functionWithDefaultParameter.kt
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/functions/functionWithDefaultParameter.kt')
-rw-r--r--test/data/functions/functionWithDefaultParameter.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/data/functions/functionWithDefaultParameter.kt b/test/data/functions/functionWithDefaultParameter.kt
new file mode 100644
index 00000000..3a3a102f
--- /dev/null
+++ b/test/data/functions/functionWithDefaultParameter.kt
@@ -0,0 +1 @@
+fun f(x: String = "") {}