aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/suspendParam.kt
diff options
context:
space:
mode:
Diffstat (limited to 'core/testdata/format/suspendParam.kt')
-rw-r--r--core/testdata/format/suspendParam.kt3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/testdata/format/suspendParam.kt b/core/testdata/format/suspendParam.kt
new file mode 100644
index 00000000..ea3f56f9
--- /dev/null
+++ b/core/testdata/format/suspendParam.kt
@@ -0,0 +1,3 @@
+fun takesSuspendParam(func: suspend () -> Unit) {
+
+} \ No newline at end of file